summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-04 18:24:19 +0100
committerVolpeon <git@volpeon.ink>2023-02-04 18:24:19 +0100
commit0f5d93474dc8e5b96b3d4184ce5e3f979934f79b (patch)
treec3e8dc09ba47650c594b1a86fa6625016b4be687 /src
parentImproved overflow button (diff)
downloadiro-design-0f5d93474dc8e5b96b3d4184ce5e3f979934f79b.tar.gz
iro-design-0f5d93474dc8e5b96b3d4184ce5e3f979934f79b.tar.bz2
iro-design-0f5d93474dc8e5b96b3d4184ce5e3f979934f79b.zip
Update dialog
Diffstat (limited to 'src')
-rw-r--r--src/objects/_dialog.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss
index 6737a1b..b935f8d 100644
--- a/src/objects/_dialog.scss
+++ b/src/objects/_dialog.scss
@@ -93,6 +93,7 @@
93 } 93 }
94 94
95 @include iro.bem-elem('title') { 95 @include iro.bem-elem('title') {
96 margin-top: 0;
96 padding-right: calc(fn.dim(--body --pad-x) - fn.dim(--header --pad-x)); 97 padding-right: calc(fn.dim(--body --pad-x) - fn.dim(--header --pad-x));
97 padding-left: calc(fn.dim(--body --pad-x) - fn.dim(--header --pad-x)); 98 padding-left: calc(fn.dim(--body --pad-x) - fn.dim(--header --pad-x));
98 } 99 }