_buttons.less 472 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Buttons
//  ---------------------------------------------

//  Sizes

@btn__base__font-size: 1.6rem;
@btn__base__padding-top: .45em;
@btn__base__padding-bottom: @btn__base__padding-top;
@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;