Fix DEPLOYING spinner css

This commit is contained in:
Kristóf Tóth 2019-12-19 15:43:56 +01:00
parent f7a2182ba6
commit f2720c218b
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@
.loader {
border-radius: 50%;
border: 2px solid;
border: 2px solid $tao-warm-yellow-600;
border-top: 2px solid $tao-warm-yellow-200;
width: 15px;
height: 15px;
animation: spin 2s linear infinite;