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
+7 -3
View File
@@ -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 {