Fix causali x indicare flashing richeista riqualifica

This commit is contained in:
Samuele E. Locatelli
2018-03-14 18:17:48 +01:00
parent 94c332dfda
commit 0355551fe6
13 changed files with 433 additions and 152 deletions
+1 -1
View File
@@ -1 +1 @@
.flashingRed{animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-name:flsRed;transform:translateZ(0);}@keyframes flsRed{from{border:5px solid #dc3545;}to{border:5px solid #ffc107;}}
.flashingRed{animation-duration:.75s;animation-timing-function:steps(2);animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-name:flsRed;transform:translateZ(0);}@keyframes flsRed{from{color:#ffc107;background-color:#c82332;}to{color:#fff;background-color:#ecb100;}}