選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

16 行
472 B

  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;