23 lines
300 B
CSS
23 lines
300 B
CSS
|
|
#formFilters {
|
|
display: none;
|
|
}
|
|
|
|
.container.save.button-cancel {
|
|
position: fixed;
|
|
top: 1vh;
|
|
right: 5vh;
|
|
z-index: 2;
|
|
}
|
|
|
|
.container-input {
|
|
margin: 0 auto;
|
|
}
|
|
.container-input input {
|
|
max-width: 250px;
|
|
padding: 1vh 1vw;
|
|
}
|
|
|
|
.container-input textarea {
|
|
width: 300px;
|
|
} |