Syntax fixes
This commit is contained in:
parent
83984f6bca
commit
3dda1f6c63
@ -24,10 +24,10 @@
|
||||
@import '../../cdb-variables/colors';
|
||||
|
||||
.CDB-Checkbox {
|
||||
position: absolute;
|
||||
width: $baseSize * 2;
|
||||
height: $baseSize * 2;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
vertical-align: middle;
|
||||
z-index: 1;
|
||||
}
|
||||
@ -97,4 +97,4 @@
|
||||
|
||||
.CDB-Checkbox:hover + .CDB-Checkbox-face {
|
||||
border: 1px solid $cHoverLine;
|
||||
}
|
||||
}
|
||||
|
@ -25,10 +25,10 @@
|
||||
@import '../../cdb-variables/colors';
|
||||
|
||||
.CDB-Radio {
|
||||
position: absolute;
|
||||
width: $baseSize * 2;
|
||||
height: $baseSize * 2;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
vertical-align: middle;
|
||||
z-index: 1;
|
||||
}
|
||||
@ -87,4 +87,4 @@
|
||||
.CDB-Radio:focus + .CDB-Radio-face,
|
||||
.CDB-Radio:checked:hover + .CDB-Radio-face {
|
||||
border: 1px solid $cBlue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user