57 lines
1.9 KiB
SCSS
Executable File
57 lines
1.9 KiB
SCSS
Executable File
@media screen and (max-device-width: 785px) {
|
|
.dropdownCell {background-image:none !important;}
|
|
}
|
|
|
|
@media screen and (max-width: 930px) {
|
|
#boiteAide {display:none; }
|
|
.popupAide {display:none; }
|
|
#zonePageModales {grid-template-columns: auto; }
|
|
#zoneFormModales {grid-column: 1; margin-right:0px; }
|
|
.popupGene {margin:0px; padding: 1px; border: 2px; }
|
|
|
|
.ligneFlex {display:none; }
|
|
.libChampArtListe {display:inline; }
|
|
.ligneFlexBloc {border:1px solid lightgrey; flex-wrap:wrap; }
|
|
.ligneFlexLignes {flex-wrap:wrap; }
|
|
.selectWbm {width:auto; }
|
|
.blocFamille {flex-direction:column; }
|
|
.flexToColumn {flex-direction:column !important; justify-content:space-between; }
|
|
|
|
.boutonsMenusWbm {padding-left:1px; height:24px; width:auto; vertical-align:top;}
|
|
.boutonsMenusWbm >span { vertical-align:top;}
|
|
|
|
.boutonsMenusWbm >i,
|
|
.boutonsMenusWbm >.fas,
|
|
.boutonsMenusWbm >.far,
|
|
.boutonsMenusWbm >.fad {vertical-align:top; }
|
|
.titreWbm {font-size:1rem; }
|
|
/*#leftFrameAdmin,frameset, frame {width:10%; }*/
|
|
#animModale {width:95%; }
|
|
|
|
.goToWrap {white-space:break-spaces; word-wrap: break-word;}
|
|
.borderBottomToNot {border-bottom:0px;}
|
|
.gridToFlexCol, .blocContenu {display:flex; flex-direction:column;}
|
|
.gridToNone, #previewImage {display:none;}
|
|
.noneToInlineVisible {display:inline;}
|
|
.xToInline{display:inline; padding:2px;}
|
|
#menuDeroulantBarre, ul { width:100%; padding:0; margin:auto; display:flex; flex-direction: column !important;}
|
|
|
|
#zoneValidateModales {grid-column:1 / span 2;} /* pour modale image de fonds boutons */
|
|
#zoneFormModales {grid-column: 1 / span 2; margin-right:0px; }
|
|
|
|
.mCell { padding:2px;}
|
|
}
|
|
|
|
@media screen and (max-width: 638px) {
|
|
#boiteAide {display:none; }
|
|
.popupAide {display:none; }
|
|
.goToWrap {white-space:break-spaces; word-wrap: break-word;}
|
|
.titreWbm { display:none;}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 568px) {
|
|
#ModaleGene {padding: 1px; }
|
|
}
|
|
|