mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
loading-message: make them all look the same in admin
use font awesome spinner instead of an image
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user