summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-03-02 17:42:10 +0100
committerVolpeon <git@volpeon.ink>2022-03-02 17:42:10 +0100
commit99e9f149016b88d8eeed4e295b8c603e065db03b (patch)
treee84426fdb274f4d3b971b89fa9294c2abe99e220 /src
parentUpdate (diff)
downloadiro-design-99e9f149016b88d8eeed4e295b8c603e065db03b.tar.gz
iro-design-99e9f149016b88d8eeed4e295b8c603e065db03b.tar.bz2
iro-design-99e9f149016b88d8eeed4e295b8c603e065db03b.zip
Dialog
Diffstat (limited to 'src')
-rw-r--r--src/objects/_dialog.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss
index ad6e7db..d5b6ed9 100644
--- a/src/objects/_dialog.scss
+++ b/src/objects/_dialog.scss
@@ -4,13 +4,13 @@
4@include iro.props-namespace('dialog') { 4@include iro.props-namespace('dialog') {
5 @include iro.props-store(( 5 @include iro.props-store((
6 --dims: ( 6 --dims: (
7 --pad-x: fn.global-dim(--size --400), 7 --pad-x: fn.global-dim(--size --300),
8 --pad-y: fn.global-dim(--size --400), 8 --pad-y: fn.global-dim(--size --300),
9 --width-sm: iro.fn-px-to-rem(500px), 9 --width-sm: iro.fn-px-to-rem(500px),
10 --width-md: iro.fn-px-to-rem(800px), 10 --width-md: iro.fn-px-to-rem(800px),
11 --width-lg: iro.fn-px-to-rem(1100px), 11 --width-lg: iro.fn-px-to-rem(1100px),
12 --rounding: 3px, 12 --rounding: 3px,
13 --title-body-spacing: fn.global-dim(--size --150), 13 --title-body-spacing: fn.global-dim(--size --200),
14 ), 14 ),
15 ), 'dims'); 15 ), 'dims');
16 16
@@ -73,10 +73,11 @@
73 } 73 }
74 74
75 @include iro.bem-elem('body') { 75 @include iro.bem-elem('body') {
76 grid-area: body; 76 grid-area: body;
77 min-height: 0; 77 min-height: 0;
78 margin-top: fn.dim(--title-body-spacing); 78 margin-top: fn.dim(--title-body-spacing);
79 overflow: auto; 79 overflow: auto;
80 scrollbar-color: fn.global-color(--obj-lo) transparent;
80 } 81 }
81 82
82 @include iro.bem-elem('footer') { 83 @include iro.bem-elem('footer') {