Merge branch 'ent-9038-ocultar-opciones-en-la-busqueda-de-vista-de-modulos' into 'develop'

Ent 9038 ocultar opciones en la busqueda de vista de modulos

See merge request artica/pandorafms!4930
This commit is contained in:
Daniel Rodriguez 2022-06-07 09:12:51 +00:00
commit c433fcf3f0
2 changed files with 1077 additions and 1052 deletions

View File

@ -9021,3 +9021,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