File tree Expand file tree Collapse file tree
website/modules/asset/ui/src/scss Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 }
1919
2020 .sf-footer__tagline {
21- font-size : $font-size-body-small -mobile ;
21+ font-size : $font-size-footer -mobile ;
2222 font-weight : $font-weight-300 ;
2323 color : $gray-300 ;
2424 margin : 0 ;
3030 flex-direction : column ;
3131 align-items : flex-start ;
3232 gap : 16px ;
33- font-size : $font-size-body-small -mobile ;
33+ font-size : $font-size-footer -mobile ;
3434 font-weight : $font-weight-300 ;
3535 line-height : 120% ;
3636
5555 }
5656
5757 .sf-footer__links-item {
58- font-size : $font-size-body-small ;
58+ font-size : $font-size-footer-mobile ;
5959 font-weight : $font-weight-normal ;
6060 color : $gray-500 ;
6161 text-decoration : none ;
8484.sf-copy {
8585 text-align : center ;
8686 font-weight : $font-weight-medium ;
87- font-size : $font-size-body-small ;
87+ font-size : $font-size-body-medium-mobile ;
8888 line-height : 140% ;
8989 color : $gray-300 ;
9090}
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ $font-size-body-large-mobile: 22px;
6060$font-size-body-medium-mobile : 14px ;
6161$font-size-body-small-mobile : 12px ;
6262
63+ // Footer text sizes
64+ $font-size-footer : 11px ;
65+ $font-size-footer-mobile : 11px ;
66+
6367// Line heights
6468$line-height-h1 : 140% ;
6569$line-height-h2 : 100% ;
You can’t perform that action at this time.
0 commit comments