success & error animo not infinite now
This commit is contained in:
parent
e617fcf1bf
commit
046499a45d
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
&.error {
|
||||
.wrapper {
|
||||
animation: fade-in 2s infinite ease;
|
||||
animation: fade-in 2s ease;
|
||||
width: 9.6rem;
|
||||
height: 9.6rem;
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
stroke: $base-green;
|
||||
stroke-dashoffset: 745.74853515625;
|
||||
stroke-dasharray: 745.74853515625;
|
||||
animation: dash 2s ease-out forwards infinite;
|
||||
animation: dash 2s ease-out forwards;
|
||||
}
|
||||
|
||||
@keyframes dash {
|
||||
|
|
|
|||
Loading…
Reference in New Issue