Sha256: d68ffe62dc34a6623c3e7541eb04e2741ef11194d7fb6d94d553e5a1c3876b29
Contents?: true
Size: 801 Bytes
Versions: 32
Compression:
Stored size: 801 Bytes
Contents
/* Default Styles ============================ */ $button-default-color: $color-light; // default font color $button-default-fontSize: $default-fontSize; // default font size $button-default-background: $color-dark-lightest; // default button bg $button-default-background-hover: $color-1; // default button bg on hover $button-default-background-active: $color-1-dark; // bg on click /* * Here you can use shorthand where you normally * would with css. for example, you could use * "1px solid #FFF" for border. */ $button-default-padding: 0.65em 1em; $button-default-margin: $default-margin; $button-default-border: none; /* Size Factors ============================ */ $button-sizeFactor-huge: 200%; // huge $button-sizeFactor-large: 150%; // large $button-sizeFactor-small: 75%; // small
Version data entries
32 entries across 32 versions & 2 rubygems