Compare commits

...

2 Commits

Author SHA1 Message Date
piensaenpixel 4b6b28a7b1 first fix
9 years ago
piensaenpixel 23dfef3d03 fix slider first step
9 years ago

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -39,35 +39,12 @@
.CDB-Range::-webkit-slider-thumb { .CDB-Range::-webkit-slider-thumb {
position: relative; position: relative;
width: $baseSize / 2; width: $baseSize + 4;
height: 100%; height: $baseSize + 4;
border-radius: $baseSize / 2; margin-top: -5px;
border: 1px solid $cBlue;
&::before { border-radius: 50%;
position: absolute; background: $cWhite;
top: 0;
right: 0;
bottom: 0;
left: -3000px;
height: $baseSize / 4;
border-radius: $baseSize / 2;
background: $cBlue;
content: '';
}
&::after {
position: absolute;
top: -6px;
right: -6px;
left: -6px;
width: $baseSize + 4;
height: $baseSize + 4;
border: 1px solid $cBlue;
border-radius: 50%;
background: $cWhite;
content: '';
z-index: 1;
}
&:focus, &:focus,
&:hover { &:hover {
@ -116,6 +93,7 @@
height: $baseSize / 4; height: $baseSize / 4;
border-radius: $baseSize / 2; border-radius: $baseSize / 2;
background: $cBlue; background: $cBlue;
background: green;
content: ''; content: '';
} }

Loading…
Cancel
Save