mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: stylelint errors
This commit is contained in:
@@ -57,13 +57,7 @@
|
|||||||
border-left-color: $gray !important;
|
border-left-color: $gray !important;
|
||||||
|
|
||||||
&:global(.colorImpaired) {
|
&:global(.colorImpaired) {
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(45deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||||
45deg,
|
|
||||||
$colorImpairedGradientDark,
|
|
||||||
$colorImpairedGradientDark 5px,
|
|
||||||
$colorImpairedGradient 5px,
|
|
||||||
$colorImpairedGradient 10px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -71,13 +65,7 @@
|
|||||||
border-left-color: $warningColor !important;
|
border-left-color: $warningColor !important;
|
||||||
|
|
||||||
&:global(.colorImpaired) {
|
&:global(.colorImpaired) {
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(90deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||||
90deg,
|
|
||||||
$colorImpairedGradientDark,
|
|
||||||
$colorImpairedGradientDark 5px,
|
|
||||||
$colorImpairedGradient 5px,
|
|
||||||
$colorImpairedGradient 10px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -86,13 +74,7 @@
|
|||||||
|
|
||||||
&:global(.colorImpaired) {
|
&:global(.colorImpaired) {
|
||||||
border-left-color: color($dangerColor saturation(+15%)) !important;
|
border-left-color: color($dangerColor saturation(+15%)) !important;
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(90deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||||
90deg,
|
|
||||||
$colorImpairedGradientDark,
|
|
||||||
$colorImpairedGradientDark 5px,
|
|
||||||
$colorImpairedGradient 5px,
|
|
||||||
$colorImpairedGradient 10px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -100,12 +82,6 @@
|
|||||||
border-left-color: $primaryColor !important;
|
border-left-color: $primaryColor !important;
|
||||||
|
|
||||||
&:global(.colorImpaired) {
|
&:global(.colorImpaired) {
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(90deg, $colorImpairedGradientDark, $colorImpairedGradientDark 5px, $colorImpairedGradient 5px, $colorImpairedGradient 10px);
|
||||||
90deg,
|
|
||||||
$colorImpairedGradientDark,
|
|
||||||
$colorImpairedGradientDark 5px,
|
|
||||||
$colorImpairedGradient 5px,
|
|
||||||
$colorImpairedGradient 10px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user