|
5 | 5 | @use '../../abstracts/mixins/breakpoints/mixin' as *; |
6 | 6 |
|
7 | 7 | // file for effects classes - for minified omencss-effects css |
8 | | -@include shadowColor(shadow-, 0, 0, $lightdark, hover); |
9 | | -@include shadowColor(shadow-, 0, 0, $fullcolors, hover); |
| 8 | +@include shadowColor(shadow-, 0, 0, $lightdark); |
| 9 | +@include shadowColor(shadow-, 0, 0, $fullcolors); |
| 10 | +@include shadowColor(shadow-small-, 0, 0, $lightdark, 5px, 5px, 10px, -1px); |
| 11 | +@include shadowColor(shadow-small-, 0, 0, $fullcolors, 5px, 5px, 10px, -1px); |
| 12 | +@include shadowColor(shadow-large-, 0, 0, $lightdark, 15px, 15px, 30px, -5px); |
| 13 | +@include shadowColor(shadow-large-, 0, 0, $fullcolors, 15px, 15px, 30px, -5px); |
10 | 14 | @include eachValues('', $blendModes); |
11 | 15 | @include universalMixin(true, true, true, opacity-, opacity, per, 0, 100, 1, 1%); |
12 | 16 |
|
13 | 17 | @include sm { |
14 | | - @include shadowColor(sm\:shadow-, 0, 0, $lightdark, hover); |
15 | | - @include shadowColor(sm\:shadow-, 0, 0, $fullcolors, hover); |
| 18 | + @include shadowColor(sm\:shadow-, 0, 0, $lightdark); |
| 19 | + @include shadowColor(sm\:shadow-, 0, 0, $fullcolors); |
| 20 | + @include shadowColor(sm\:shadow-small-, 0, 0, $lightdark, 5px, 5px, 10px, -1px); |
| 21 | + @include shadowColor(sm\:shadow-small-, 0, 0, $fullcolors, 5px, 5px, 10px, -1px); |
| 22 | + @include shadowColor(sm\:shadow-large-, 0, 0, $lightdark, 15px, 15px, 30px, -5px); |
| 23 | + @include shadowColor(sm\:shadow-large-, 0, 0, $fullcolors, 15px, 15px, 30px, -5px); |
16 | 24 | @include eachValues(sm\:, $blendModes); |
17 | 25 | @include universalMixin(true, true, true, sm\:opacity-, opacity, per, 0, 100, 1, 1%); |
18 | 26 | } |
19 | 27 | @include md { |
20 | | - @include shadowColor(md\:shadow-, 0, 0, $lightdark, hover); |
21 | | - @include shadowColor(md\:shadow-, 0, 0, $fullcolors, hover); |
| 28 | + @include shadowColor(md\:shadow-, 0, 0, $lightdark); |
| 29 | + @include shadowColor(md\:shadow-, 0, 0, $fullcolors); |
| 30 | + @include shadowColor(md\:shadow-small-, 0, 0, $lightdark, 5px, 5px, 10px, -1px); |
| 31 | + @include shadowColor(md\:shadow-small-, 0, 0, $fullcolors, 5px, 5px, 10px, -1px); |
| 32 | + @include shadowColor(md\:shadow-large-, 0, 0, $lightdark, 15px, 15px, 30px, -5px); |
| 33 | + @include shadowColor(md\:shadow-large-, 0, 0, $fullcolors, 15px, 15px, 30px, -5px); |
22 | 34 | @include eachValues(md\:, $blendModes); |
23 | 35 | @include universalMixin(true, true, true, md\:opacity-, opacity, per, 0, 100, 1, 1%); |
24 | 36 | } |
25 | 37 | @include lg { |
26 | | - @include shadowColor(lg\:shadow-, 0, 0, $lightdark, hover); |
27 | | - @include shadowColor(lg\:shadow-, 0, 0, $fullcolors, hover); |
| 38 | + @include shadowColor(lg\:shadow-, 0, 0, $lightdark); |
| 39 | + @include shadowColor(lg\:shadow-, 0, 0, $fullcolors); |
| 40 | + @include shadowColor(lg\:shadow-small-, 0, 0, $lightdark, 5px, 5px, 10px, -1px); |
| 41 | + @include shadowColor(lg\:shadow-small-, 0, 0, $fullcolors, 5px, 5px, 10px, -1px); |
| 42 | + @include shadowColor(lg\:shadow-large-, 0, 0, $lightdark, 15px, 15px, 30px, -5px); |
| 43 | + @include shadowColor(lg\:shadow-large-, 0, 0, $fullcolors, 15px, 15px, 30px, -5px); |
28 | 44 | @include eachValues(lg\:, $blendModes); |
29 | 45 | @include universalMixin(true, true, true, lg\:opacity-, opacity, per, 0, 100, 1, 1%); |
30 | 46 | } |
0 commit comments