a
This commit is contained in:
parent
dffa9ee708
commit
bb81985910
|
|
@ -37,17 +37,13 @@
|
|||
</div>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
||||
AAAAAAA
|
||||
<!--
|
||||
<label for="codeSociete">Entité</label>
|
||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
||||
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
||||
onChange="javascript:changer_entite_portail();" >
|
||||
-->
|
||||
BBBBBB
|
||||
</div>
|
||||
|
||||
CCCCCC
|
||||
AAAAAAA
|
||||
|
||||
<div id="div_login_portail">
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||
|
|
|
|||
|
|
@ -64,6 +64,26 @@
|
|||
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 {
|
||||
border: solid !important
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user