nav image fix

This commit is contained in:
victorAnumudu
2024-12-06 13:27:37 +01:00
parent 07456579b9
commit 3be8663510
88 changed files with 53 additions and 37 deletions
+2 -1
View File
@@ -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;