component.css 496 B

1234567891011121314151617181920212223
  1. input.data-type-client,.input-group-sm>input.form-control.data-type-client{
  2. background-image: url('../img/icon-client.png');
  3. background-repeat:no-repeat;
  4. background-position: 10px center;
  5. padding-left: 30px;
  6. }
  7. input.data-type-client[required="required"]{
  8. border-left: 0.25rem solid #FFA100 !important;
  9. }
  10. .client-autocomplete.user-infos{
  11. position: relative;
  12. }
  13. .client-autocomplete .parent{
  14. font-size: 10px;
  15. position: absolute;
  16. top: -8px;
  17. left: 0;
  18. width: 100%;
  19. }