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.
 
 
 
 
 
 

75 lines
1.4 KiB

  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. td.col-date.col-date-min-width.col-created_at {
  43. min-width: 14rem;
  44. }
  45. .colorRed {
  46. color:red;
  47. }
  48. // ToDo UI: Temporary. Should be changed
  49. @import 'source/components/_calendar-temp.less';
  50. @import 'source/components/_rules-temp.less';
  51. //
  52. // Media queries collector
  53. // ---------------------------------------------
  54. @import 'source/_responsive.less';
  55. //
  56. // Theme variables overrides
  57. // ---------------------------------------------
  58. @import 'source/_theme.less';