responsive filtre actu
This commit is contained in:
parent
817162241a
commit
6258b50304
@ -890,7 +890,7 @@ footer {
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 form .js-form-item,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 form .js-form-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
@ -982,6 +982,12 @@ footer {
|
||||
height: 25px;
|
||||
width: 96%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield.js-form-item,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield.js-form-item {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .form-actions,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions {
|
||||
padding-top: 1rem;
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
@media(max-width: 810px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
label{
|
||||
@ -133,6 +133,11 @@
|
||||
height: 25px;
|
||||
width: 96%;
|
||||
}
|
||||
&.js-form-item{
|
||||
@media(max-width: 810px){
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-actions{
|
||||
padding-top:1rem ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user