This commit is contained in:
2019-07-01 20:58:02 +02:00
parent dae1a68ef8
commit dbca57d7e1
7 changed files with 102 additions and 21 deletions

View File

@@ -21,10 +21,10 @@
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid $grey;
border: 6px solid $border;
border-radius: 50%;
animation: lds-ring 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: $grey transparent transparent transparent;
border-color: $border transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.3s;