diff options
author | Volpeon <git@volpeon.ink> | 2022-02-12 08:12:00 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-12 08:12:00 +0100 |
commit | 1f13187d39140f1be15846e4944b4b38be849362 (patch) | |
tree | f20f483516e0cb0f758b1b5227b6b1bdaab11a44 /src/objects/_action-button.scss | |
parent | Made dialog scrollable (diff) | |
download | iro-design-1f13187d39140f1be15846e4944b4b38be849362.tar.gz iro-design-1f13187d39140f1be15846e4944b4b38be849362.tar.bz2 iro-design-1f13187d39140f1be15846e4944b4b38be849362.zip |
Added close button to dialog
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); |