feat(#11): Add new style with blinkers animations
This commit is contained in:
17
Blinkers.less
Normal file
17
Blinkers.less
Normal file
@@ -0,0 +1,17 @@
|
||||
@-moz-document domain("supplierxm.salsify.com"),
|
||||
domain("alkemics.com") {
|
||||
|
||||
button:not([disabled]) .mdi-arrow-right-bold,
|
||||
button:not([disabled]) .mdi-arrow-left-bold {
|
||||
|
||||
&:not([disabled]):hover {
|
||||
animation: car-blinkers 900ms steps(1, end) infinite;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes car-blinkers {
|
||||
45% {
|
||||
color: lightgreen;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user