15 lines
157 B
CSS
15 lines
157 B
CSS
|
|
#formFilters {
|
|
display: none;
|
|
}
|
|
|
|
.container-input {
|
|
margin: 0 auto;
|
|
}
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
.container-input input {
|
|
width: 250px;
|
|
}
|