Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

38 Zeilen
537B

  1. // switch dans la navbar
  2. .nav-switch-merchant {
  3. width: 220px ;
  4. text-align: right ;
  5. .fa {
  6. position: relative;
  7. top: 3px;
  8. right: 7px;
  9. }
  10. form.switch-merchant {
  11. display: inline-block ;
  12. width: 180px ;
  13. position: relative ;
  14. top: 7px ;
  15. text-align: left ;
  16. label, .select2-selection__clear {
  17. display: none ;
  18. }
  19. button {
  20. display: none ;
  21. }
  22. }
  23. }
  24. // modal
  25. #carac-modal-switch-merchant {
  26. form.switch-merchant {
  27. .form-group:first-child {
  28. display: none ;
  29. }
  30. }
  31. }