Step component: syntax minor fix
This commit is contained in:
parent
547f68db96
commit
6ef85bd46f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user