diff options
author | Volpeon <git@volpeon.ink> | 2022-02-11 18:49:39 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-11 18:49:39 +0100 |
commit | 75857aedd1c6b58e6cf5ffaf184e994e4e2d52db (patch) | |
tree | 1f9d7a4be948ef54cbaf23e8b574d988edfdff70 /src/objects | |
parent | Added backdrop and dialog (diff) | |
download | iro-design-75857aedd1c6b58e6cf5ffaf184e994e4e2d52db.tar.gz iro-design-75857aedd1c6b58e6cf5ffaf184e994e4e2d52db.tar.bz2 iro-design-75857aedd1c6b58e6cf5ffaf184e994e4e2d52db.zip |
Added button group
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_dialog.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 453b32b..4f18b08 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
@@ -50,8 +50,8 @@ | |||
50 | } | 50 | } |
51 | 51 | ||
52 | @include iro.bem-elem('footer') { | 52 | @include iro.bem-elem('footer') { |
53 | padding-top: fn.dim(--pad-y); | 53 | justify-content: flex-end; |
54 | text-align: right; | 54 | padding-top: fn.dim(--pad-y); |
55 | } | 55 | } |
56 | } | 56 | } |
57 | } | 57 | } |