mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Fixed: stylelint errors
This commit is contained in:
parent
032b1e7a03
commit
e3040ad2e1
1 changed files with 4 additions and 28 deletions
|
@ -57,13 +57,7 @@
|
|||
border-left-color: $gray !important;
|
||||
|
||||
&:global(.colorImpaired) {
|
||||
background: repeating-linear-gradient(
|
||||
45deg,
|
||||
$colorImpairedGradientDark,
|
||||
$colorImpairedGradientDark 5px,
|
||||
$colorImpairedGradient 5px,
|
||||
$colorImpairedGradient 10px
|
||||
);
|
||||
background: repeating-linear-gradient(45deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,13 +65,7 @@
|
|||
border-left-color: $warningColor !important;
|
||||
|
||||
&:global(.colorImpaired) {
|
||||
background: repeating-linear-gradient(
|
||||
90deg,
|
||||
$colorImpairedGradientDark,
|
||||
$colorImpairedGradientDark 5px,
|
||||
$colorImpairedGradient 5px,
|
||||
$colorImpairedGradient 10px
|
||||
);
|
||||
background: repeating-linear-gradient(90deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -86,13 +74,7 @@
|
|||
|
||||
&:global(.colorImpaired) {
|
||||
border-left-color: color($dangerColor saturation(+15%)) !important;
|
||||
background: repeating-linear-gradient(
|
||||
90deg,
|
||||
$colorImpairedGradientDark,
|
||||
$colorImpairedGradientDark 5px,
|
||||
$colorImpairedGradient 5px,
|
||||
$colorImpairedGradient 10px
|
||||
);
|
||||
background: repeating-linear-gradient(90deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -100,12 +82,6 @@
|
|||
border-left-color: $primaryColor !important;
|
||||
|
||||
&:global(.colorImpaired) {
|
||||
background: repeating-linear-gradient(
|
||||
90deg,
|
||||
$colorImpairedGradientDark,
|
||||
$colorImpairedGradientDark 5px,
|
||||
$colorImpairedGradient 5px,
|
||||
$colorImpairedGradient 10px
|
||||
);
|
||||
background: repeating-linear-gradient(90deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue