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

@@ -38,10 +38,10 @@
width: $baseSize * 2;
height: $baseSize * 2;
border: 1px solid $cMainLine;
background: $cWhite;
border-radius: 3px;
box-sizing: border-box;
background: $cWhite;
cursor: pointer;
box-sizing: border-box;
&::before,
&::after {

View File

@@ -37,10 +37,10 @@
height: $baseSize * 2;
border: 1px solid $cMainLine;
border-radius: 50%;
box-sizing: border-box;
cursor: pointer;
text-indent: 20px;
background: $cWhite;
text-indent: 20px;
cursor: pointer;
box-sizing: border-box;
&::before {
position: absolute;

View File

@@ -122,10 +122,10 @@
.CDB-Range::-ms-track {
height: $baseSize / 4;
margin: $baseSize 0;
border: transparent;
border-radius: $baseSize / 2;
background: $cMainLine;
color: transparent;
border: transparent;
}
.CDB-Range::-ms-thumb {
@@ -140,4 +140,4 @@
background: $cWhite;
content: '';
z-index: 1;
}
}

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 {