mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Updates to UI, Update NLog to 4.4.12
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
composes: truncate from 'Styles/Mixins/truncate.css';
|
||||
@add-mixin truncate;
|
||||
|
||||
margin-bottom: 20px;
|
||||
font-weight: 300;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
composes: truncate from 'Styles/Mixins/truncate.css';
|
||||
@add-mixin truncate;
|
||||
|
||||
margin-bottom: 20px;
|
||||
font-weight: 300;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
composes: truncate from 'Styles/Mixins/truncate.css';
|
||||
@add-mixin truncate;
|
||||
|
||||
margin-bottom: 20px;
|
||||
font-weight: 300;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
composes: truncate from 'Styles/Mixins/truncate.css';
|
||||
@add-mixin truncate;
|
||||
|
||||
margin-bottom: 20px;
|
||||
font-weight: 300;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
composes: truncate from 'Styles/Mixins/truncate.css';
|
||||
@add-mixin truncate;
|
||||
|
||||
margin-bottom: 20px;
|
||||
font-weight: 300;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user