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
+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;
}
}
}