You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
394B

  1. body.admin {
  2. .nav-switch-merchant {
  3. width: 220px ;
  4. text-align: right ;
  5. .fa {
  6. position: relative;
  7. top: -4px;
  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. }
  20. }
  21. }