_theme.less 333 B

12345678910111213141516
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Typography
  7. // ---------------------------------------------
  8. // Font
  9. @font-size__base: 1.4rem;
  10. @line-height__base: 1.36;
  11. // Focus
  12. @focus__color: @color-blue-dodger;
  13. @focus__box-shadow: 0 0 0 1px @focus__color;