diff options
| author | Volpeon <git@volpeon.ink> | 2022-03-27 11:23:45 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-03-27 11:23:45 +0200 |
| commit | cac07ec50d360f3916e84bc3af6164ef07ac2f83 (patch) | |
| tree | 8bd37d0c30ba176f5a2079dde171c0a80d6f86b6 /src/_declare-vars.scss | |
| parent | Lots of updates, especially dialog (diff) | |
| download | iro-design-cac07ec50d360f3916e84bc3af6164ef07ac2f83.tar.gz iro-design-cac07ec50d360f3916e84bc3af6164ef07ac2f83.tar.bz2 iro-design-cac07ec50d360f3916e84bc3af6164ef07ac2f83.zip | |
Update
Diffstat (limited to 'src/_declare-vars.scss')
| -rw-r--r-- | src/_declare-vars.scss | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 0bcf101..883b753 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
| @@ -148,21 +148,21 @@ | |||
| 148 | 148 | ||
| 149 | @include iro.props-store(( | 149 | @include iro.props-store(( |
| 150 | --colors: ( | 150 | --colors: ( |
| 151 | --gray: fn.gray-palette(96%), | 151 | --gray: fn.gray-palette(100%), |
| 152 | ), | 152 | ), |
| 153 | ), 'palette-light'); | 153 | ), 'palette-light-hi'); |
| 154 | 154 | ||
| 155 | @include iro.props-store(( | 155 | @include iro.props-store(( |
| 156 | --colors: ( | 156 | --colors: ( |
| 157 | --gray: fn.gray-palette(100%), | 157 | --gray: fn.gray-palette(96%), |
| 158 | ), | 158 | ), |
| 159 | ), 'palette-light-raised'); | 159 | ), 'palette-light'); |
| 160 | 160 | ||
| 161 | @include iro.props-store(( | 161 | @include iro.props-store(( |
| 162 | --colors: ( | 162 | --colors: ( |
| 163 | --gray: fn.gray-palette(91%), | 163 | --gray: fn.gray-palette(91%), |
| 164 | ), | 164 | ), |
| 165 | ), 'palette-light-lowered'); | 165 | ), 'palette-light-lo'); |
| 166 | 166 | ||
| 167 | // | 167 | // |
| 168 | 168 | ||
| @@ -187,21 +187,21 @@ | |||
| 187 | 187 | ||
| 188 | @include iro.props-store(( | 188 | @include iro.props-store(( |
| 189 | --colors: ( | 189 | --colors: ( |
| 190 | --gray: fn.gray-palette(9%), | 190 | --gray: fn.gray-palette(6%), |
| 191 | ), | 191 | ), |
| 192 | ), 'palette-dark'); | 192 | ), 'palette-dark-hi'); |
| 193 | 193 | ||
| 194 | @include iro.props-store(( | 194 | @include iro.props-store(( |
| 195 | --colors: ( | 195 | --colors: ( |
| 196 | --gray: fn.gray-palette(13%), | 196 | --gray: fn.gray-palette(9%), |
| 197 | ), | 197 | ), |
| 198 | ), 'palette-dark-raised'); | 198 | ), 'palette-dark'); |
| 199 | 199 | ||
| 200 | @include iro.props-store(( | 200 | @include iro.props-store(( |
| 201 | --colors: ( | 201 | --colors: ( |
| 202 | --gray: fn.gray-palette(5%), | 202 | --gray: fn.gray-palette(13%), |
| 203 | ), | 203 | ), |
| 204 | ), 'palette-dark-lowered'); | 204 | ), 'palette-dark-lo'); |
| 205 | 205 | ||
| 206 | // | 206 | // |
| 207 | 207 | ||
