#9038 filter remake

This commit is contained in:
Daniel Maya 2022-06-01 15:07:51 +02:00
parent aa6977e4db
commit 6c48717627
2 changed files with 1077 additions and 1052 deletions

View File

@ -9018,3 +9018,29 @@ div#err_msg_centralised {
#reset-styles var {
font-style: italic;
}
.div-col {
width: 33%;
display: flex;
flex-direction: row;
align-items: center;
padding-top: 15px;
}
.div-span {
width: 25%;
}
.div-input {
width: 75%;
}
@media screen and (max-width: 1369px) {
.div-col {
width: 50%;
display: flex;
flex-direction: row;
align-items: center;
padding-top: 15px;
}
}

File diff suppressed because it is too large Load Diff