@@ -80,6 +81,7 @@
@@ -121,6 +123,9 @@ export default {
DonationFooterText() {
return this.getCmsContent(this.cmsWidgetName, "FooterText");
},
+ DonationFooterText2() {
+ return this.getCmsContent(this.cmsWidgetName, "FooterText2");
+ },
LogoImage() {
return this.getCmsContent("DonationWidget", "Image");
},
@@ -195,8 +200,26 @@ export default {
}
}
- img {
- width: 5rem;
+ .logo-block {
+ display: flex;
+ flex-direction: column;
+ background: white;
+ align-items: flex-start;
+ justify-content: center;
+ padding: 0 .5rem;
+ margin-right: 1rem;
+ height: max-content;
+
+ img {
+ width: 88px;
+ }
+
+ span {
+ font-size: .625rem;
+ margin: 0 auto;
+ padding: .5rem 0;
+ font-family: UrbanistSemibold;
+ }
}
.donation-slider {