Syntax fixes

This commit is contained in:
María Checa 2016-02-02 12:23:00 +01:00
parent 83984f6bca
commit 3dda1f6c63
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}