Fix causali x indicare flashing richeista riqualifica
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.flashingRed {
|
||||
animation-duration: 0.75s;
|
||||
animation-timing-function: linear;
|
||||
animation-timing-function: steps(2);
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
animation-play-state: running;
|
||||
@@ -9,9 +9,13 @@
|
||||
}
|
||||
@keyframes flsRed {
|
||||
from {
|
||||
border: 5px solid #dc3545;
|
||||
color: #ffc107;
|
||||
background-color: #c82332;
|
||||
/*border: 5px solid #dc3545;*/
|
||||
}
|
||||
to {
|
||||
border: 5px solid #ffc107;
|
||||
color: #FFF;
|
||||
background-color: #ecb100;
|
||||
/*border: 5px solid #ffc107;*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user