nav image fix
This commit is contained in:
@@ -777,13 +777,14 @@
|
||||
z-index: 10;
|
||||
border: 5px solid $danger;
|
||||
border-radius: 70px;
|
||||
animation: blink 1s ease-out;
|
||||
animation-iteration-count: infinite;
|
||||
-moz-animation: blink 1s ease-out;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-o-animation: blink 1s ease-out;
|
||||
-o-animation-iteration-count: infinite;
|
||||
-webkit-animation: blink 1s ease-out;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
animation-iteration-count: infinite;
|
||||
}
|
||||
.dot {
|
||||
width: 5px;
|
||||
|
||||
Reference in New Issue
Block a user