mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
Updates to UI, Update NLog to 4.4.12
This commit is contained in:
parent
31db4e2026
commit
c8ed46850a
88 changed files with 9550 additions and 269 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue