fix hound

This commit is contained in:
Emilio García 2016-01-25 15:53:58 +01:00
parent 0d76981cd1
commit 5472801a8f
4 changed files with 5 additions and 6 deletions

View File

@ -33,7 +33,7 @@
} }
&:before { &:before {
right: $baseSize / 2; right: $baseSize / 2;
height: $baseSize; height: $baseSize;
transform: rotate(45deg); transform: rotate(45deg);
} }
@ -79,4 +79,4 @@
background: $cWhite; background: $cWhite;
} }
} }
} }

View File

@ -38,4 +38,3 @@
color: $cError; color: $cError;
} }
} }

View File

@ -69,4 +69,4 @@
background: $cWhite; background: $cWhite;
} }
} }
} }

View File

@ -34,7 +34,7 @@
height: $baseSize / 2; height: $baseSize / 2;
margin: $baseSize 0; margin: $baseSize 0;
border-radius: $baseSize / 2; border-radius: $baseSize / 2;
background: $cMainLine; background: $cMainLine;
} }
.CDB-Range::-webkit-slider-thumb:before { .CDB-Range::-webkit-slider-thumb:before {
@ -81,4 +81,4 @@
.CDB-Range:disabled::-webkit-slider-thumb:after { .CDB-Range:disabled::-webkit-slider-thumb:after {
opacity: 0.2; opacity: 0.2;
} }