mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Wyświetlanie statystyk dyżurnego w karcie
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -206,8 +206,8 @@ ul {
|
||||
color: white;
|
||||
transition: color 0.3s;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:hover:not(:disabled),
|
||||
&:focus:not(:disabled) {
|
||||
color: $accentCol;
|
||||
}
|
||||
|
||||
@@ -231,7 +231,7 @@ ul {
|
||||
border-radius: 0.25em;
|
||||
padding: 0.25em 0.5em;
|
||||
|
||||
&:hover {
|
||||
&:hover:not(:disabled) {
|
||||
background-color: #3c3c3c;
|
||||
}
|
||||
|
||||
@@ -242,6 +242,10 @@ ul {
|
||||
background-color: #3c3c3c;
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
|
||||
.return-btn {
|
||||
|
||||
Reference in New Issue
Block a user