Dodano filtrowanie po dacie w opcjach

This commit is contained in:
2022-09-09 00:23:18 +02:00
parent 3d519e874f
commit 6c83ce90bf
3 changed files with 26 additions and 17 deletions
+6 -3
View File
@@ -1,6 +1,12 @@
@import 'responsive.scss';
.search {
label {
display: block;
color: #ccc;
margin-bottom: 0.25em;
}
&-box {
position: relative;
@@ -9,7 +15,6 @@
border-radius: 0.5em;
min-width: 200px;
margin-right: 0.25em;
background-color: #333;
}
&-input {
@@ -18,7 +23,6 @@
background-color: #333;
padding: 0.35em 0.5em;
margin-right: 0.2em;
width: 100%;
}
@@ -36,7 +40,6 @@
&-button {
width: 80%;
max-width: 300px;
}
@include smallScreen {