loader for circle admin list added
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user