summaryrefslogtreecommitdiffstats
path: root/src/objects/_status-indicator.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-07 21:17:53 +0100
committerVolpeon <git@volpeon.ink>2022-02-07 21:17:53 +0100
commit7213f51c4d982a2eaf988574f109d13f55dbc285 (patch)
treeca795995a04a2845324804d87bd4409d6dadc6b5 /src/objects/_status-indicator.scss
parentImproved action menu example (diff)
downloadiro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.tar.gz
iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.tar.bz2
iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.zip
Update
Diffstat (limited to 'src/objects/_status-indicator.scss')
-rw-r--r--src/objects/_status-indicator.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_status-indicator.scss b/src/objects/_status-indicator.scss
index 18d6f81..c688cbc 100644
--- a/src/objects/_status-indicator.scss
+++ b/src/objects/_status-indicator.scss
@@ -11,9 +11,9 @@
11 @include iro.props-store(( 11 @include iro.props-store((
12 --colors: ( 12 --colors: (
13 --default: fn.global-color(--obj-lo), 13 --default: fn.global-color(--obj-lo),
14 --green: scale-color(hsl(113, 49.8%, 49.6%), $lightness: 15%), 14 --green: scale-color(hsl(113, 49.8%, 49.6%), $lightness: 10%),
15 --yellow: scale-color(hsl(50, 59.8%, 58.4%), $lightness: 15%), 15 --yellow: scale-color(hsl(50, 59.8%, 58.4%), $lightness: 10%),
16 --red: scale-color(hsl(352, 69.8%, 58.4%), $lightness: 15%), 16 --red: scale-color(hsl(352, 69.8%, 58.4%), $lightness: 10%),
17 ), 17 ),
18 ), 'colors'); 18 ), 'colors');
19 19