Wyświetlanie statystyk dyżurnego w karcie

This commit is contained in:
2022-06-17 17:27:59 +02:00
parent f513ee8d07
commit 9f24c439c5
7 changed files with 216 additions and 107 deletions
+16 -1
View File
@@ -49,7 +49,7 @@
.journal_item,
.journal_warning,
.journal_loading {
.journal_loading {
background: #202020;
padding: 1em;
margin: 1em 0;
@@ -58,6 +58,17 @@
.journal_loading {
text-align: center;
font-size: 1.35em;
}
.journal_top-bar {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
button.btn {
padding: 0.5em 0.7em;
}
@@ -65,4 +76,8 @@
.journal-wrapper {
font-size: 1.25em;
}
.journal_top-bar {
justify-content: center;
}
}