Enhance logging with timestamps and filtering.
This commit is contained in:
parent
f9125e1193
commit
b7cfd86f22
14 changed files with 257 additions and 13 deletions
|
|
@ -1 +1,2 @@
|
|||
@import "gravatar"
|
||||
@import "gravatar";
|
||||
@import "rzslider";
|
||||
|
|
|
|||
47
src/sass/directives/rzslider.scss
Normal file
47
src/sass/directives/rzslider.scss
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
.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