diff options
Diffstat (limited to 'src/objects/_action-button.scss')
| -rw-r--r-- | src/objects/_action-button.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index dd5cea7..86c7089 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | @include iro.props-namespace('action-button') { | 4 | @include iro.props-namespace('action-button') { |
| 5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
| 6 | --dims: ( | 6 | --dims: ( |
| 7 | --padding-x: .6rem, | 7 | --pad-x: .6rem, |
| 8 | --padding-y: .6rem, | 8 | --pad-y: .6rem, |
| 9 | --rounding: 3px, | 9 | --rounding: 3px, |
| 10 | ), | 10 | ), |
| 11 | ), 'dims'); | 11 | ), 'dims'); |
| 12 | 12 | ||
| @@ -93,7 +93,7 @@ | |||
| 93 | 93 | ||
| 94 | @include iro.bem-object(iro.props-namespace()) { | 94 | @include iro.bem-object(iro.props-namespace()) { |
| 95 | display: inline-block; | 95 | display: inline-block; |
| 96 | padding: fn.dim(--padding-y) fn.dim(--padding-x); | 96 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
| 97 | border: 1px solid fn.color(--border); | 97 | border: 1px solid fn.color(--border); |
| 98 | border-radius: fn.dim(--rounding); | 98 | border-radius: fn.dim(--rounding); |
| 99 | background-color: fn.color(--bg); | 99 | background-color: fn.color(--bg); |
