|
12 | 12 | $primary: core.daff-map-get($theme, primary);
|
13 | 13 | $secondary: core.daff-map-get($theme, secondary);
|
14 | 14 | $tertiary: core.daff-map-get($theme, tertiary);
|
| 15 | + $warn: core.daff-map-get($theme, warn); |
| 16 | + $success: core.daff-map-get($theme, success); |
| 17 | + $critical: core.daff-map-get($theme, critical); |
15 | 18 | $neutral: core.daff-map-get($theme, 'core', 'neutral');
|
16 | 19 | $white: core.daff-map-get($theme, 'core', 'white');
|
17 | 20 | $black: core.daff-map-get($theme, 'core', 'black');
|
|
24 | 27 | --daff-theme-primary: #{theming.daff-color($primary)};
|
25 | 28 | --daff-theme-secondary: #{theming.daff-color($secondary)};
|
26 | 29 | --daff-theme-tertiary: #{theming.daff-color($tertiary)};
|
27 |
| - --daff-theme-warn: #{theming.daff-color(theming.$daff-bronze, 60)}; |
28 |
| - --daff-theme-success: #{theming.daff-color(theming.$daff-green, 60)}; |
29 |
| - --daff-theme-critical: #{theming.daff-color(theming.$daff-red, 60)}; |
| 30 | + --daff-theme-warn: #{theming.daff-color($warn)}; |
| 31 | + --daff-theme-success: #{theming.daff-color($success)}; |
| 32 | + --daff-theme-critical: #{theming.daff-color($critical)}; |
30 | 33 | --daff-theme-white: #{$white};
|
31 | 34 | --daff-theme-black: #{$black};
|
32 | 35 | --daff-theme-gray: #{theming.daff-color($neutral)};
|
|
0 commit comments