Základní vstupy pro filtrování
parent
f9e80cdd8e
commit
20d0c57c89
@ -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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue