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/_rule.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/_rule.scss')
-rw-r--r-- | src/objects/_rule.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_rule.scss b/src/objects/_rule.scss index 7a9caa3..1892a3d 100644 --- a/src/objects/_rule.scss +++ b/src/objects/_rule.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | @include iro.props-namespace('rule') { | 4 | @include iro.props-namespace('rule') { |
5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
6 | --dims: ( | 6 | --dims: ( |
7 | --margin-y: fn.global-dim(--spacing --y --xs), | 7 | --margin-y: fn.global-dim(--spacing --xs), |
8 | 8 | ||
9 | --strong: ( | 9 | --strong: ( |
10 | --border-width: fn.global-dim(--border-width --thick), | 10 | --border-width: fn.global-dim(--border-width --thick), |