feature: loaders

This commit is contained in:
gaelle morin 2020-12-06 10:15:42 +01:00
parent 983902bb54
commit b2e1ab6ec9
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
width: 13px;
height: 13px;
border-radius: 50%;
background: var(--color-menu-background);
background: var(--color-heading);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
&.loader-menu div {
width: 8px;
height: 8px;
background: var(--color-menu-text);
background: white;
}
div:nth-child(1) {