diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-07 10:56:11 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-07 10:56:11 +0100 |
| commit | cad79b949b060cd360582c2d208b37a51578e778 (patch) | |
| tree | a32f05975ce6b0c557a2c9b7d57772ad0e18e40e /src/objects/_action-button.scss | |
| parent | Added status indicator and avatar (diff) | |
| download | iro-design-cad79b949b060cd360582c2d208b37a51578e778.tar.gz iro-design-cad79b949b060cd360582c2d208b37a51578e778.tar.bz2 iro-design-cad79b949b060cd360582c2d208b37a51578e778.zip | |
Improved font handling
Diffstat (limited to 'src/objects/_action-button.scss')
| -rw-r--r-- | src/objects/_action-button.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 86c7089..19cf37b 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
| @@ -94,6 +94,7 @@ | |||
| 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(--pad-y) fn.dim(--pad-x); | 96 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
| 97 | overflow: hidden; | ||
| 97 | border: 1px solid fn.color(--border); | 98 | border: 1px solid fn.color(--border); |
| 98 | border-radius: fn.dim(--rounding); | 99 | border-radius: fn.dim(--rounding); |
| 99 | background-color: fn.color(--bg); | 100 | background-color: fn.color(--bg); |
