loading-message: make them all look the same in admin

use font awesome spinner instead of an image
This commit is contained in:
Sebastian Castro
2021-12-09 10:07:53 +01:00
parent 4a436978a9
commit 115dfe445b
18 changed files with 49 additions and 57 deletions

View File

@@ -20,3 +20,23 @@
margin-right: 5px;
}
}
// Loading message replacing a table when it's loading for example
#loading {
text-align: center;
padding: 2rem 0;
color: $color-4;
i {
font-size: 2rem;
}
img.spinner {
border: 0px;
width: 100px;
height: 100px;
}
h1 {
margin-top: 20px;
color: inherit;
}
}