diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-12 10:10:33 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-12 10:10:33 +0100 |
| commit | c645b7be46f343ef66c0e19532a12e6d6dd9db88 (patch) | |
| tree | da3d5686c70dcbc90f216edd63fbde70d495807d /src/objects/_dialog.scss | |
| parent | Added close button to dialog (diff) | |
| download | iro-design-c645b7be46f343ef66c0e19532a12e6d6dd9db88.tar.gz iro-design-c645b7be46f343ef66c0e19532a12e6d6dd9db88.tar.bz2 iro-design-c645b7be46f343ef66c0e19532a12e6d6dd9db88.zip | |
Added dark color palette
Diffstat (limited to 'src/objects/_dialog.scss')
| -rw-r--r-- | src/objects/_dialog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 9c7dc1f..22325f4 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
| @@ -10,7 +10,7 @@ | |||
| 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(--spacing --y --sm), | 13 | --title-body-spacing: fn.global-dim(--spacing --sm), |
| 14 | ), | 14 | ), |
| 15 | ), 'dims'); | 15 | ), 'dims'); |
| 16 | 16 | ||
