Code #0001905: Champ pour Registre des Personnes Morales (RPM)

Réécriture complete de COMPANY , ajout libres de paramètres
This commit is contained in:
sparkyx 2021-03-29 15:26:42 +02:00
parent e730ac251d
commit edbb7bcc46
10 changed files with 600 additions and 150 deletions

View file

@ -202,7 +202,7 @@ div.recherche_form{
div.content{
padding-top:0.0030%;
margin-top:0.0030%;
width:100%;
width:98%;
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
font-family: 'OpenSansRegular';
font-size:12px;
@ -2809,4 +2809,39 @@ span.tagcell {
/**========*/
#sold_item {
width: 100%;
}
}
/***
* w-20 width is 20 rem
**** **/
.w-20 {
/* width: 20rem !important;*/
width: 100% !important;
}
/* SM */
@media (min-width: 576px) {
.w-20 {
/* width: 20rem !important;*/
width: 100% !important;
}
}
/* MD */
@media (min-width: 768px) {
.w-20 {
/* width: 20rem !important;*/
width: 100% !important;
}
}
/* LG */
@media (min-width: 992px) {
.w-20 {
/* width: 20rem !important;*/
width: 40% !important;
}
}
/* XL */
@media (min-width: 1200px) {
}
/**========*/