Added status to Adressdb export; added loading indicator in Preorder

detail view
This commit is contained in:
Frank Schubert
2023-11-09 17:04:07 +01:00
parent 19cd396175
commit f59f3f026a
7 changed files with 108 additions and 11 deletions
+11
View File
@@ -112,6 +112,17 @@ h1, h2, h3, h4, h5, h6 {
color: #0d6efd;
}
.opacity-5 {
opacity: 0.5;
}
.opacity-3 {
opacity: 0.3;
}
.loader-big {
position: absolute; width: 100%; height: 100%; text-align: center; z-index: 1
}
.contract-link {
}