Skip to content

Commit

Permalink
fix typos in footer gradient variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jan 20, 2023
1 parent 2948ae1 commit 4006640
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions theme/themes/eea/extras/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ footer {
display: flex;
flex-direction: column;
align-items: center;
background: @mobileFooterBackgroundGrandient;
background: @mobileFooterBackgroundGradient;
color: @white;

.footer-wrapper {
Expand Down Expand Up @@ -78,7 +78,7 @@ footer .theme-sites {
display: flex;
justify-content: @mobileSocialJustifyContent;
margin: @mobileSocialIconsMargin;

a {
color: @socialIconColor;

Expand Down Expand Up @@ -132,7 +132,7 @@ footer .footer-wrapper .menu {

@media only screen and (min-width: @tabletBreakpoint) {
footer {
background: @computerFooterBackgroundGrandient;
background: @computerFooterBackgroundGradient;
}
footer .theme-sites {
.header {
Expand Down Expand Up @@ -246,11 +246,11 @@ footer .footer-wrapper .menu {
}

.footer .footer-wrapper .menu {

a {
font-size: @computerMenuFontSize;
}
}
}
}

.loadUIOverrides();
.loadUIOverrides();
6 changes: 3 additions & 3 deletions theme/themes/eea/extras/footer.variables
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Footer
*******************************/

/* @footerBackgroundGrandient: linear-gradient(220.4deg, #009591 8.29%, #2E3E4C 56.3%, #212D38 89.06%); */
@mobileFooterBackgroundGrandient: linear-gradient(220.4deg, @green-5 8.29%, @blue-grey-6 56.3%, #212D38 89.06%);
@computerFooterBackgroundGrandient: linear-gradient(212.33deg, @green-5 6.78%, #212D38 69.54%, #212D38 98.23%);
/* @footerBackgroundGradient: linear-gradient(220.4deg, #009591 8.29%, #2E3E4C 56.3%, #212D38 89.06%); */
@mobileFooterBackgroundGradient: linear-gradient(220.4deg, @green-5 8.29%, @blue-grey-6 56.3%, #212D38 89.06%);
@computerFooterBackgroundGradient: linear-gradient(212.33deg, @green-5 6.78%, #212D38 69.54%, #212D38 98.23%);

/* Titles */
@footerTitleFontWeight : @font-weight-7;
Expand Down

0 comments on commit 4006640

Please sign in to comment.