diff options
Diffstat (limited to 'src/objects/_dialog.scss')
| -rw-r--r-- | src/objects/_dialog.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index d2ee8c3..50cc129 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @use 'sass:meta'; | 1 | @use 'sass:meta'; |
| 2 | @use 'pkg:iro-sass/src/bem'; | 2 | @use 'pkg:iro-sass/bem'; |
| 3 | @use 'pkg:iro-sass/src/props'; | 3 | @use 'pkg:iro-sass/props'; |
| 4 | @use '../props' as *; | 4 | @use '../props' as *; |
| 5 | 5 | ||
| 6 | @forward 'dialog.vars'; | 6 | @forward 'dialog.vars'; |
| @@ -13,8 +13,8 @@ | |||
| 13 | @include materialize-at-root(meta.module-variables('vars')); | 13 | @include materialize-at-root(meta.module-variables('vars')); |
| 14 | 14 | ||
| 15 | @include bem.object('dialog') { | 15 | @include bem.object('dialog') { |
| 16 | display: none; | ||
| 17 | box-sizing: border-box; | 16 | box-sizing: border-box; |
| 17 | display: none; | ||
| 18 | inline-size: 100%; | 18 | inline-size: 100%; |
| 19 | max-inline-size: none; | 19 | max-inline-size: none; |
| 20 | block-size: 100%; | 20 | block-size: 100%; |
| @@ -31,15 +31,15 @@ | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | &[open], | 33 | &[open], |
| 34 | &:popover-open { | 34 | &:popover-open { |
| 35 | display: flex; | 35 | display: flex; |
| 36 | flex-direction: column; | 36 | flex-direction: column; |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | @include bem.elem('content') { | 39 | @include bem.elem('content') { |
| 40 | pointer-events: auto; | 40 | pointer-events: auto; |
| 41 | border-radius: props.get(vars.$rounding); | ||
| 42 | background-color: props.get(vars.$bg-color); | 41 | background-color: props.get(vars.$bg-color); |
| 42 | border-radius: props.get(vars.$rounding); | ||
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | @include bem.elem('header') { | 45 | @include bem.elem('header') { |
