Step component: syntax minor fix

This commit is contained in:
María Checa 2016-02-08 12:03:45 +01:00
parent 547f68db96
commit 6ef85bd46f

View File

@ -34,7 +34,6 @@
@include flex-direction(row); @include flex-direction(row);
@include align-items(flex-start, flex-start); @include align-items(flex-start, flex-start);
} }
.CDB-Step-headerNumeration { .CDB-Step-headerNumeration {
width: $baseSize * 3; width: $baseSize * 3;
height: $baseSize * 3; height: $baseSize * 3;
@ -46,15 +45,12 @@
line-height: $baseSize * 3; line-height: $baseSize * 3;
text-align: center; text-align: center;
} }
.CDB-Step-headerInfo { .CDB-Step-headerInfo {
width: 100%; width: 100%;
} }
.CDB-Step-headerTitle { .CDB-Step-headerTitle {
color: $cMainDark; color: $cMainDark;
} }
.CDB-Step-headerDetails { .CDB-Step-headerDetails {
color: $cTypo3; color: $cTypo3;
@ -62,7 +58,6 @@
text-transform: uppercase; text-transform: uppercase;
} }
} }
.CDB-Step-action { .CDB-Step-action {
width: $baseSize * 3; width: $baseSize * 3;
height: $baseSize * 3; height: $baseSize * 3;