Updates to UI, Update NLog to 4.4.12

This commit is contained in:
Qstick 2017-10-01 23:05:28 -04:00
commit c8ed46850a
88 changed files with 9550 additions and 269 deletions

View file

@ -7,11 +7,11 @@
}
.underlay {
composes: cover from 'Styles/Mixins/cover.css';
@add-mixin cover;
}
.overlay {
composes: linkOverlay from 'Styles/Mixins/linkOverlay.css';
@add-mixin linkOverlay;
padding: 10px;
}

View file

@ -5,7 +5,7 @@
}
.name {
composes: truncate from 'Styles/Mixins/truncate.css';
@add-mixin truncate;
margin-bottom: 20px;
font-weight: 300;

View file

@ -7,11 +7,11 @@
}
.underlay {
composes: cover from 'Styles/Mixins/cover.css';
@add-mixin cover;
}
.overlay {
composes: linkOverlay from 'Styles/Mixins/linkOverlay.css';
@add-mixin linkOverlay;
padding: 10px;
}

View file

@ -5,7 +5,7 @@
}
.name {
composes: truncate from 'Styles/Mixins/truncate.css';
@add-mixin truncate;
margin-bottom: 20px;
font-weight: 300;

View file

@ -7,11 +7,11 @@
}
.underlay {
composes: cover from 'Styles/Mixins/cover.css';
@add-mixin cover;
}
.overlay {
composes: linkOverlay from 'Styles/Mixins/linkOverlay.css';
@add-mixin linkOverlay;
padding: 10px;
}

View file

@ -5,7 +5,7 @@
}
.name {
composes: truncate from 'Styles/Mixins/truncate.css';
@add-mixin truncate;
margin-bottom: 20px;
font-weight: 300;

View file

@ -5,7 +5,7 @@
}
.name {
composes: truncate from 'Styles/Mixins/truncate.css';
@add-mixin truncate;
margin-bottom: 20px;
font-weight: 300;

View file

@ -5,7 +5,7 @@
}
.name {
composes: truncate from 'Styles/Mixins/truncate.css';
@add-mixin truncate;
margin-bottom: 20px;
font-weight: 300;

View file

@ -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;