Rozszerzone opcje filtrów dzienników

This commit is contained in:
2022-09-06 12:44:18 +02:00
parent 76b8534d63
commit 0d9a3f4b4f
6 changed files with 155 additions and 113 deletions
+14 -3
View File
@@ -50,11 +50,13 @@ body {
height: 1rem;
&-track {
background-color: #222;
border-radius: 0.5em;
}
&-thumb {
background-color: #777;
border-radius: 0.5em;
background-color: #1b1b1b;
}
}
@@ -113,7 +115,6 @@ select {
}
input {
border: 1px solid white;
background: none;
color: white;
font-size: 1em;
@@ -190,6 +191,16 @@ ul {
}
}
button {
cursor: pointer;
color: white;
background-color: #333;
border-radius: 0.25em;
padding: 0.25em 0.5em;
}
.btn {
background: none;
cursor: pointer;