loader for left-menu members added
This commit is contained in:
@ -282,19 +282,19 @@ h5 {
|
||||
|
||||
|
||||
.loader {
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loader div {
|
||||
position: absolute;
|
||||
top: 33px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
background: var(--color-white);
|
||||
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user