You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
426 B
21 lines
426 B
@import "../../../index"; |
|
|
|
.bi-single-slider-button { |
|
& .slider-button { |
|
cursor: ew-resize; |
|
border: 2px solid @color-bi-border-highlight; |
|
.border-radius(8px); |
|
background-color: @color-bi-background-default; |
|
height: 16px; |
|
width: 16px; |
|
top: 6px; |
|
left: -8px; |
|
&:hover, &.hover { |
|
.border-radius(10px); |
|
width: 20px; |
|
height: 20px; |
|
top: 4px; |
|
left: -10px; |
|
} |
|
} |
|
} |