@ -57,7 +57,13 @@
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
) ;
}
}
@ -65,7 +71,13 @@
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
) ;
}
}
@ -74,7 +86,13 @@
& : 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
) ;
}
}
@ -82,6 +100,12 @@
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
) ;
}
}