_buttons.less 472 B

123456789101112131415
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Buttons
  7. // ---------------------------------------------
  8. // Sizes
  9. @btn__base__font-size: 1.6rem;
  10. @btn__base__padding-top: .45em;
  11. @btn__base__padding-bottom: @btn__base__padding-top;
  12. @btn__height__base: @btn__base__font-size * @base__line-height + @btn__base__font-size * @btn__base__padding-top + @btn__base__font-size * @btn__base__padding-bottom;