diff options
Diffstat (limited to 'src_old')
-rw-r--r-- | src_old/objects/_badge.scss | 12 | ||||
-rw-r--r-- | src_old/objects/_button.scss | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/src_old/objects/_badge.scss b/src_old/objects/_badge.scss index 4e1662f..8619826 100644 --- a/src_old/objects/_badge.scss +++ b/src_old/objects/_badge.scss | |||
@@ -123,15 +123,15 @@ $static-themes: 'black' 'white' !default; | |||
123 | @include iro.props-store(( | 123 | @include iro.props-store(( |
124 | --colors: ( | 124 | --colors: ( |
125 | --#{$theme}: ( | 125 | --#{$theme}: ( |
126 | --bg: fn.global-color(--#{$theme}-static --900), | 126 | --bg: fn.global-color(--static-#{$theme} --900), |
127 | --label: fn.global-color(--#{$theme}-static --900-text), | 127 | --label: fn.global-color(--static-#{$theme} --900-text), |
128 | --hover: ( | 128 | --hover: ( |
129 | --bg: fn.global-color(--#{$theme}-static --1000), | 129 | --bg: fn.global-color(--static-#{$theme} --1000), |
130 | --label: fn.global-color(--#{$theme}-static --1000-text), | 130 | --label: fn.global-color(--static-#{$theme} --1000-text), |
131 | ), | 131 | ), |
132 | --active: ( | 132 | --active: ( |
133 | --bg: fn.global-color(--#{$theme}-static --1100), | 133 | --bg: fn.global-color(--static-#{$theme} --1100), |
134 | --label: fn.global-color(--#{$theme}-static --1000-text), | 134 | --label: fn.global-color(--static-#{$theme} --1000-text), |
135 | ), | 135 | ), |
136 | ), | 136 | ), |
137 | 137 | ||
diff --git a/src_old/objects/_button.scss b/src_old/objects/_button.scss index 3ef4813..d195e05 100644 --- a/src_old/objects/_button.scss +++ b/src_old/objects/_button.scss | |||
@@ -148,18 +148,18 @@ $static-themes: 'black' 'white' !default; | |||
148 | @include iro.props-store(( | 148 | @include iro.props-store(( |
149 | --colors: ( | 149 | --colors: ( |
150 | --#{$theme}: ( | 150 | --#{$theme}: ( |
151 | --bg: fn.global-color(--#{$theme}-static --900), | 151 | --bg: fn.global-color(--static-#{$theme} --900), |
152 | --label: fn.global-color(--#{$theme}-static --900-text), | 152 | --label: fn.global-color(--static-#{$theme} --900-text), |
153 | --outline-border: fn.global-color(--#{$theme} --900), | 153 | --outline-border: fn.global-color(--#{$theme} --900), |
154 | --outline-label: fn.global-color(--#{$theme} --1000), | 154 | --outline-label: fn.global-color(--#{$theme} --1000), |
155 | 155 | ||
156 | --hover: ( | 156 | --hover: ( |
157 | --bg: fn.global-color(--#{$theme}-static --1000), | 157 | --bg: fn.global-color(--static-#{$theme} --1000), |
158 | --label: fn.global-color(--#{$theme}-static --1000-text), | 158 | --label: fn.global-color(--static-#{$theme} --1000-text), |
159 | ), | 159 | ), |
160 | --active: ( | 160 | --active: ( |
161 | --bg: fn.global-color(--#{$theme}-static --1100), | 161 | --bg: fn.global-color(--static-#{$theme} --1100), |
162 | --label: fn.global-color(--#{$theme}-static --1100-text), | 162 | --label: fn.global-color(--static-#{$theme} --1100-text), |
163 | ), | 163 | ), |
164 | ), | 164 | ), |
165 | ), | 165 | ), |