- Syntax-Korrektur

This commit is contained in:
akarl 2020-01-31 13:52:25 +01:00
parent a7a28b7cd0
commit ff71188932

View File

@ -112,9 +112,9 @@ footer {
float: left;
i {
display: inline-block;
transform: scaleX(-1);
&.icon--phone:before {
.unitize(font-size,26);
transform: scaleX(-1); }
.unitize(font-size,26); }
&.icon--mail:before {
.unitize(font-size,14); }
&.icon--house:before {
@ -126,5 +126,7 @@ footer {
.unitize(padding-left,30);
float: left;
.footer--phone-link {
font-weight: @font-light-weight; } } } } } }
font-weight: @font-light-weight; } }
.cds--clearfix {
.unitize(margin-top, 20); } } } } }
}