Skip to content

Commit

Permalink
fixed less build failure due to changes in footer.less
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Mar 1, 2023
1 parent 38b8975 commit 190bc8c
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions theme/themes/eea/extras/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -235,44 +235,44 @@ footer .footer-wrapper .menu {
// To match the figma align
margin-left: @computerLogoHeaderMarginLeft;

.subfooter .item {
.header {
margin-bottom: @computerItemHeaderMarginBottom;
font-size: @computerFooterTitleFontSize;
}
.subfooter .item {
.header {
margin-bottom: @computerItemHeaderMarginBottom;
}

}
}

.contact-block .subcontact a {
font-size: @computerSubContactIconFontSize;
margin-right: @computerSubContactIconMarginRight;
}
.contact-block .subcontact a {
font-size: @computerSubContactIconFontSize;
margin-right: @computerSubContactIconMarginRight;
}

.subfooter .contact {
align-items: center;
font-size: @contactFontSize;
gap: @contactGap;
.subfooter .contact {
align-items: center;
font-size: @contactFontSize;
gap: @contactGap;

i.big.icon {
font-size: @computerContactIconFontSize;
i.big.icon {
font-size: @computerContactIconFontSize;
}
}
}

.subfooter .footer-description {
margin: @computerFooterDescriptionMargin;
.subfooter .footer-description {
margin: @computerFooterDescriptionMargin;

p {
font-size: @computerFooterDescriptionFontSize;
p {
font-size: @computerFooterDescriptionFontSize;
}
}
}

.subfooter .social {
margin: @computerSocialIconsMargin;
}
.subfooter .social {
margin: @computerSocialIconsMargin;
}

.footer .footer-wrapper .menu {
a {
font-size: @computerMenuFontSize;
.footer .footer-wrapper .menu {
a {
font-size: @computerMenuFontSize;
}
}
}
}
Expand Down

0 comments on commit 190bc8c

Please sign in to comment.