Skip to content
Snippets Groups Projects
Commit cc643257 authored by Bruno Windels's avatar Bruno Windels
Browse files

polish flash animation in placeholder

parent 63b9a4c8
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@
margin: 8px 0;
}
.PreviewView .memberCount.loading {
margin: 16px 0;
}
......@@ -124,6 +123,6 @@
@keyframes flash {
0% { background-position-x: 0; }
50% { background-position-x: -80%; }
51% { background-position-x: 40%; }
51% { background-position-x: 80%; }
100% { background-position-x: 0%; }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment