diff options
Diffstat (limited to 'src/objects/_action-button.scss')
| -rw-r--r-- | src/objects/_action-button.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 160aa5d..08ac625 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
| @@ -223,6 +223,12 @@ | |||
| 223 | } | 223 | } |
| 224 | } | 224 | } |
| 225 | 225 | ||
| 226 | @include iro.bem-modifier('round') { | ||
| 227 | padding-right: fn.dim(--pad-y); | ||
| 228 | padding-left: fn.dim(--pad-y); | ||
| 229 | border-radius: 100em; | ||
| 230 | } | ||
| 231 | |||
| 226 | @include iro.bem-is('disabled') { | 232 | @include iro.bem-is('disabled') { |
| 227 | border-color: fn.color(--disabled --border); | 233 | border-color: fn.color(--disabled --border); |
| 228 | background-color: fn.color(--disabled --bg); | 234 | background-color: fn.color(--disabled --bg); |
