Updates to UI, Update NLog to 4.4.12

This commit is contained in:
Qstick
2017-10-01 23:05:28 -04:00
parent 31db4e2026
commit c8ed46850a
88 changed files with 9550 additions and 269 deletions
@@ -25,25 +25,23 @@
}
.bar {
top: 6px;
top: 9px;
margin: 0 5px;
height: 10px;
border: 1px solid $sliderAccentColor;
border-radius: 4px;
height: 3px;
background-color: $sliderAccentColor;
box-shadow: 0 0 0 #000;
&:nth-child(odd) {
background-color: $white;
background-color: #ddd;
}
}
.handle {
top: 1px;
z-index: 0 !important;
width: 20px;
height: 20px;
border: 1px solid $sliderAccentColor;
width: 18px;
height: 18px;
border: 3px solid $sliderAccentColor;
border-radius: 50%;
background-color: $white;
text-align: center;