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