Showing the session log some love. Replaced slider with checkbox bar.
This commit is contained in:
parent
4f5d806ff7
commit
adc81ffa4c
16 changed files with 192 additions and 212 deletions
|
|
@ -1,2 +1 @@
|
|||
@import "gravatar";
|
||||
@import "rzslider";
|
||||
|
|
|
|||
|
|
@ -1,47 +0,0 @@
|
|||
.stable-slider.rzslider .rz-bar {
|
||||
background: $v-light-gray;
|
||||
height: 2px;
|
||||
}
|
||||
.stable-slider.rzslider .rz-selection {
|
||||
background: $v-accent-color;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-pointer {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
top: -9px;
|
||||
bottom: 0;
|
||||
background-color: $v-accent-color;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-pointer:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-bubble {
|
||||
bottom: 14px;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-limit {
|
||||
font-weight: bold;
|
||||
color: $v-accent-color;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-tick {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin-left: 4px;
|
||||
border-radius: 50%;
|
||||
background: $v-light-gray;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-tick.rz-selected {
|
||||
background: $v-accent-color;
|
||||
}
|
||||
|
||||
.stable-slider.rzslider .rz-tick-legend {
|
||||
top: 20px;
|
||||
font-size: 12px;
|
||||
color: $v-dark-gray;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue