frontend: Loader + Refactoring

This commit is contained in:
Divlo
2020-03-21 16:43:37 +01:00
parent a0fb5ee13a
commit 895d0c7f6b
8 changed files with 144 additions and 64 deletions

View File

@ -60,6 +60,9 @@ a, .important {
color: var(--important);
text-decoration: none;
}
.d-none {
display: none !important;
}
.form-control {
display: block;
height: calc(1.5em + .75rem + 2px);