styles.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. //
  6. // Admin styles
  7. // _____________________________________________
  8. //
  9. // Global lib + theme styles
  10. // ---------------------------------------------
  11. @import 'source/lib/_lib.less'; // Global lib
  12. @import (reference) 'source/_extends.less';
  13. @import 'source/_sources.less'; // Theme
  14. //
  15. // Magento Import instructions
  16. // ---------------------------------------------
  17. //@magento_import 'source/_module.less'; // import theme styles
  18. //
  19. // Temporary
  20. // ---------------------------------------------
  21. // ToDo UI: Hiding menu (should be fixed in layouts)
  22. .attribute-popup {
  23. .page-wrapper {
  24. margin-left: 0;
  25. width: 100%;
  26. }
  27. .menu-wrapper,
  28. .page-header-hgroup,
  29. .page-header-actions {
  30. display: none;
  31. }
  32. }
  33. [class*='admin__'] {
  34. + label,
  35. + label:after,
  36. + label:before,
  37. &:before,
  38. &:after {
  39. box-sizing: border-box;
  40. }
  41. }
  42. // ToDo UI: Temporary. Should be changed
  43. @import 'source/components/_calendar-temp.less';
  44. @import 'source/components/_rules-temp.less';
  45. //
  46. // Media queries collector
  47. // ---------------------------------------------
  48. @import 'source/_responsive.less';
  49. //
  50. // Theme variables overrides
  51. // ---------------------------------------------
  52. @import 'source/_theme.less';