1234567891011121314151617181920212223 |
- input.data-type-client,.input-group-sm>input.form-control.data-type-client{
- background-image: url('../img/icon-client.png');
- background-repeat:no-repeat;
- background-position: 10px center;
- padding-left: 30px;
- }
- input.data-type-client[required="required"]{
- border-left: 0.25rem solid #FFA100 !important;
- }
- .client-autocomplete.user-infos{
- position: relative;
- }
- .client-autocomplete .parent{
- font-size: 10px;
- position: absolute;
- top: -8px;
- left: 0;
- width: 100%;
- }
|