a
This commit is contained in:
parent
dffa9ee708
commit
bb81985910
|
|
@ -37,17 +37,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
||||||
AAAAAAA
|
|
||||||
<!--
|
|
||||||
<label for="codeSociete">Entité</label>
|
<label for="codeSociete">Entité</label>
|
||||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
||||||
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
||||||
onChange="javascript:changer_entite_portail();" >
|
onChange="javascript:changer_entite_portail();" >
|
||||||
-->
|
|
||||||
BBBBBB
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
CCCCCC
|
AAAAAAA
|
||||||
|
|
||||||
<div id="div_login_portail">
|
<div id="div_login_portail">
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,26 @@
|
||||||
width: 300px !important
|
width: 300px !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
kane 11/12/2025
|
||||||
|
*/
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
font-family: Poppins-Regular;
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.2;
|
||||||
|
|
||||||
|
width: 300px !important;
|
||||||
|
height: 40px;
|
||||||
|
|
||||||
|
|
||||||
|
border: 2px solid #7D4FFE !important;
|
||||||
|
border-radius: 9px !important;
|
||||||
|
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
input:active {
|
input:active {
|
||||||
border: solid !important
|
border: solid !important
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user