loader for circle admin list added

This commit is contained in:
gaelle morin
2020-08-28 11:31:11 +02:00
parent 70418f75b3
commit 4379359bff
3 changed files with 18 additions and 6 deletions

View File

@ -290,12 +290,17 @@ h5 {
.loader div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: var(--color-menu-background);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader.loader-menu div {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-white);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
background: var(--color-menu-text);
}
.loader div:nth-child(1) {