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
+8 -1
View File
@@ -18,6 +18,13 @@
//Styles
.list_wrapper {
overflow-y: scroll;
height: 90vh;
padding-right: 0.2em;
}
.journal_wrapper {
max-width: 1350px;
width: 100%;
@@ -42,7 +49,7 @@
.journal_warning {
background: #202020;
padding: 1em;
margin: 1em 0;
margin-bottom: 1em;
}
.journal_top-bar {
+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;
+6 -5
View File
@@ -33,6 +33,12 @@
}
}
&-button {
width: 80%;
max-width: 300px;
}
@include smallScreen {
&-box,
&-button {
@@ -42,10 +48,5 @@
&-box {
width: 100%;
}
&-button {
width: 80%;
max-width: 300px;
}
}
}