Syntax improvements

This commit is contained in:
María Checa
2016-02-01 12:13:44 +01:00
parent f040bbf31e
commit 0b3e6b44cc
6 changed files with 12 additions and 13 deletions

View File

@@ -20,10 +20,10 @@
@import '../../cdb-utilities/mixins';
.CDB-Toggle {
position: absolute;
width: $baseSize * 4;
height: $baseSize * 2;
opacity: 0;
position: absolute;
z-index: 1;
~ .CDB-ToggleFace {