mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Run reports in background
This commit is contained in:
committed by
Maikel Linke
parent
ced959ad6a
commit
a3ef604797
@@ -60,3 +60,24 @@ table.report__table {
|
||||
margin: 0 !important;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#report-table {
|
||||
margin-bottom: 4em;
|
||||
|
||||
.loading, .download {
|
||||
text-align: center;
|
||||
height: 2em;
|
||||
padding: 4em;
|
||||
width: 100%;
|
||||
|
||||
.spinner {
|
||||
font-size: 4em;
|
||||
color: $spree-blue;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.button {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user