Základní vstupy pro filtrování

This commit is contained in:
Emil Miler
2021-02-02 21:46:24 +01:00
parent f9e80cdd8e
commit 20d0c57c89
3 changed files with 21 additions and 1 deletions

13
sass/_filters.scss Normal file
View File

@ -0,0 +1,13 @@
.filters {
display: flex;
align-items: center;
justify-content: center;
padding: .5em;
margin-bottom: 2em;
input {
margin: 0 .5em;
padding: .5em;
font-size: 1em;
}
}

View File

@ -1,5 +1,6 @@
@import "variables";
@import "nav";
@import "filters";
@import "lists";
@import "tags";
@import "tables";