@guajiritos/theme-picker 18.0.17 → 18.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/palettes.scss +0 -34
- package/theme.scss +0 -6
package/package.json
CHANGED
package/palettes.scss
CHANGED
|
@@ -740,40 +740,6 @@ $cubanacan-red: (
|
|
|
740
740
|
),
|
|
741
741
|
);
|
|
742
742
|
|
|
743
|
-
//GRUPOCUBANACAN
|
|
744
|
-
$blue-grupo-cubanacan: (
|
|
745
|
-
50 : #e0eaf7,
|
|
746
|
-
100 : #b3cbea,
|
|
747
|
-
200 : #80a8dd,
|
|
748
|
-
300 : #4d85cf,
|
|
749
|
-
400 : #266bc4,
|
|
750
|
-
500 : #0051ba,
|
|
751
|
-
600 : #004ab3,
|
|
752
|
-
700 : #0040ab,
|
|
753
|
-
800 : #0037a3,
|
|
754
|
-
900 : #002794,
|
|
755
|
-
A100 : #bfcbff,
|
|
756
|
-
A200 : #8ca1ff,
|
|
757
|
-
A400 : #5978ff,
|
|
758
|
-
A700 : #4063ff,
|
|
759
|
-
contrast: (
|
|
760
|
-
50 : #000000,
|
|
761
|
-
100 : #000000,
|
|
762
|
-
200 : #000000,
|
|
763
|
-
300 : #ffffff,
|
|
764
|
-
400 : #ffffff,
|
|
765
|
-
500 : #ffffff,
|
|
766
|
-
600 : #ffffff,
|
|
767
|
-
700 : #ffffff,
|
|
768
|
-
800 : #ffffff,
|
|
769
|
-
900 : #ffffff,
|
|
770
|
-
A100 : #000000,
|
|
771
|
-
A200 : #000000,
|
|
772
|
-
A400 : #ffffff,
|
|
773
|
-
A700 : #ffffff,
|
|
774
|
-
),
|
|
775
|
-
);
|
|
776
|
-
|
|
777
743
|
//HAVANATUR
|
|
778
744
|
$blue-havanatur: (
|
|
779
745
|
50 : #e1e7f3,
|
package/theme.scss
CHANGED
|
@@ -168,12 +168,6 @@
|
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
&.okatur {
|
|
172
|
-
.svg-color {
|
|
173
|
-
fill: mat.m2-get-color-from-palette(palettes.$mustard-yellow, 500) !important;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
171
|
&.legendarios {
|
|
178
172
|
.svg-color {
|
|
179
173
|
fill: mat.m2-get-color-from-palette(palettes.$curry-orange, 500) !important;
|