loader for left-menu members added

This commit is contained in:
gaelle morin 2020-08-28 09:39:59 +02:00
parent ad88494af8
commit 70418f75b3
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 6 additions and 7 deletions

View File

@ -120,8 +120,7 @@ solid-router#navbar-router(default-route='dashboard')
div.menu-icon.icon-envelope-letter
solid-route(name='messages', rdf-type='foaf:user', use-id='', hidden)
div.sub-menu.menu-notification
#loader.loader I am coming...!
div.lds-ellipsis
div#loader.loader
div
div
div

View File

@ -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);
}