diff options
Diffstat (limited to 'src/objects/_button.scss')
| -rw-r--r-- | src/objects/_button.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_button.scss b/src/objects/_button.scss index 57c49e8..f158176 100644 --- a/src/objects/_button.scss +++ b/src/objects/_button.scss | |||
| @@ -35,9 +35,9 @@ | |||
| 35 | @include iro.props-namespace('button') { | 35 | @include iro.props-namespace('button') { |
| 36 | @include iro.props-store(( | 36 | @include iro.props-store(( |
| 37 | --dims: ( | 37 | --dims: ( |
| 38 | --padding-x: 1.2rem, | 38 | --pad-x: 1.2rem, |
| 39 | --padding-y: .5rem, | 39 | --pad-y: .5rem, |
| 40 | --rounding: 10em, | 40 | --rounding: 10em, |
| 41 | ), | 41 | ), |
| 42 | ), 'dims'); | 42 | ), 'dims'); |
| 43 | 43 | ||
| @@ -114,7 +114,7 @@ | |||
| 114 | @include typography.set-font(vars.$font--main, (weight: 500)); | 114 | @include typography.set-font(vars.$font--main, (weight: 500)); |
| 115 | 115 | ||
| 116 | display: inline-block; | 116 | display: inline-block; |
| 117 | padding: fn.dim(--padding-y) fn.dim(--padding-x); | 117 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
| 118 | border: 2px solid transparent; | 118 | border: 2px solid transparent; |
| 119 | border-radius: fn.dim(--rounding); | 119 | border-radius: fn.dim(--rounding); |
| 120 | line-height: 1; | 120 | line-height: 1; |
