#9038 filter remake
This commit is contained in:
parent
aa6977e4db
commit
6c48717627
|
@ -9018,3 +9018,29 @@ div#err_msg_centralised {
|
||||||
#reset-styles var {
|
#reset-styles var {
|
||||||
font-style: italic;
|
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
Loading…
Reference in New Issue