11$accent : #4f8d71 ;
2- $warning : #e80415 ;
2+ ::ng-deep .accent {
3+ color : $accent !important ;
4+ }
5+
6+ ::ng-deep .accent-bg {
7+ background-color : $accent !important ;
8+ }
9+
10+ $accent-light : #4DAD82 ;
11+ ::ng-deep .accent-light {
12+ color : $accent-light !important ;
13+ }
14+
15+ ::ng-deep .accent-light-bg {
16+ background-color : $accent-light !important ;
17+ }
18+
19+ $warning : #eb3f42 ;
20+ ::ng-deep .warning {
21+ color : $warning !important ;
22+ }
23+
24+ ::ng-deep .warning-bg {
25+ background-color : $warning !important ;
26+ }
27+
328$gradient-start : #5a5b5f ;
4- $gradient-end : #2c2c2e ;
29+ ::ng-deep .gradient-start {
30+ color : $gradient-start !important ;
31+ }
32+
33+ ::ng-deep .gradient-start-bg {
34+ background-color : $gradient-start !important ;
35+ }
36+
37+ $gradient-end : rgb (44 , 44 , 46 );
38+ ::ng-deep .gradient-end {
39+ color : $gradient-end !important ;
40+ }
41+
42+ ::ng-deep .gradient-end-bg {
43+ background-color : $gradient-end !important ;
44+ }
45+
46+ $icon-gradient-start : #05FF71 ;
47+ ::ng-deep .icon-gradient-start {
48+ color : $icon-gradient-start !important ;
49+ }
50+
51+ ::ng-deep .icon-gradient-start-bg {
52+ background-color : $icon-gradient-start !important ;
53+ }
54+
55+ $icon-gradient-middle : #03F193 ;
56+ ::ng-deep .icon-gradient-middle {
57+ color : $icon-gradient-middle !important ;
58+ }
59+
60+ ::ng-deep .icon-gradient-middle-bg {
61+ background-color : $icon-gradient-middle !important ;
62+ }
63+
64+ $icon-gradient-end : #04E2B5 ;
65+ ::ng-deep .icon-gradient-end {
66+ color : $icon-gradient-end !important ;
67+ }
68+
69+ ::ng-deep .icon-gradient-end-bg {
70+ background-color : $icon-gradient-end !important ;
71+ }
72+
573$light : #c9cdd0 ;
6- $dark : #16191c ;
74+ ::ng-deep .light {
75+ color : $light !important ;
76+ }
77+
78+ ::ng-deep .light-bg {
79+ background-color : $light !important ;
80+ }
81+
82+ $dark : rgb (22 , 25 , 28 );
83+ ::ng-deep .dark {
84+ color : $dark !important ;
85+ }
86+
87+ ::ng-deep .dark-bg {
88+ background-color : $dark !important ;
89+ }
0 commit comments