Enhance logging with timestamps and filtering.

This commit is contained in:
Andy Phillipson 2017-07-14 15:21:15 -04:00
commit b7cfd86f22
No known key found for this signature in database
GPG key ID: D813A67D567D6C88
14 changed files with 257 additions and 13 deletions

View file

@ -1 +1,2 @@
@import "gravatar"
@import "gravatar";
@import "rzslider";

View 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;
}