qms-angular 1.0.89 → 1.0.92
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/bundles/qms-angular.umd.js +181 -94
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/common/themes.const.js +3 -0
- package/esm2015/lib/components/banner/models/qms-banner.model.js +9 -1
- package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.js +8 -4
- package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.js +7 -4
- package/esm2015/lib/components/button/button-toggle.js +1 -1
- package/esm2015/lib/components/button/button.js +3 -3
- package/esm2015/lib/components/comment/comment.js +1 -1
- package/esm2015/lib/components/list/list.js +5 -3
- package/esm2015/lib/components/related/content/related-content.component.js +1 -1
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +1 -1
- package/esm2015/lib/components/related/popup/related-popup.component.js +1 -1
- package/esm2015/lib/components/related/risk/analysis/analysis.component.js +1 -1
- package/esm2015/lib/components/related/risk/list/list.component.js +1 -1
- package/esm2015/lib/components/related/risk/result/result.component.js +1 -1
- package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +28 -7
- package/esm2015/lib/components/rich-text/rich-text.js +1 -1
- package/esm2015/lib/components/select-dialog/select-dialog.js +1 -1
- package/esm2015/lib/components/select-include-children/select-include-children.component.js +1 -1
- package/esm2015/lib/components/select-one/select-one.component.js +1 -1
- package/esm2015/lib/components/select-process-document/select-process-document.component.js +1 -1
- package/esm2015/lib/components/table/table-action.js +2 -2
- package/esm2015/lib/components/tree/tree.component.js +1 -1
- package/esm2015/lib/components/treeNew/tree.component.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/common/helper/fileHelper.js +15 -0
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +5 -18
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +9 -3
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +3 -3
- package/esm2015/lib/services/theming.service.js +36 -0
- package/esm2015/lib/shared.module.js +1 -1
- package/esm2015/public-api.js +3 -1
- package/fesm2015/qms-angular.js +138 -61
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/common/themes.const.d.ts +2 -0
- package/lib/components/banner/models/qms-banner.model.d.ts +10 -0
- package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.d.ts +2 -1
- package/lib/components/list/list.d.ts +1 -1
- package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +7 -3
- package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +1 -1
- package/lib/qms-ckeditor-components/common/helper/fileHelper.d.ts +1 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +0 -1
- package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +3 -1
- package/lib/services/theming.service.d.ts +7 -0
- package/lib.theme.scss +11 -9
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/qms-angular.metadata.json +1 -1
- package/src/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.scss +14 -0
- package/src/lib/components/breadcrumb/breadcrumb.scss +2 -1
- package/src/lib/components/button/_button-base.scss +45 -52
- package/src/lib/components/button/_button-theme.scss +4 -2
- package/src/lib/components/button/button-icon.scss +17 -14
- package/src/lib/components/button/button-toggle.scss +45 -138
- package/src/lib/components/comment/comment.scss +3 -2
- package/src/lib/components/dialog/dialog.scss +2 -1
- package/src/lib/components/list/_list-base.scss +2 -2
- package/src/lib/components/list/_list-expansion.scss +37 -7
- package/src/lib/components/list/list.scss +23 -5
- package/src/lib/components/related/content/related-content.component.scss +4 -2
- package/src/lib/components/related/list-other-related/list-related.component.scss +7 -6
- package/src/lib/components/related/popup/related-popup.component.scss +10 -10
- package/src/lib/components/related/risk/analysis/analysis.component.scss +4 -3
- package/src/lib/components/related/risk/list/list.component.scss +7 -6
- package/src/lib/components/related/risk/result/result.component.scss +9 -8
- package/src/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.scss +1 -2
- package/src/lib/components/rich-text/rich-text.scss +3 -2
- package/src/lib/components/select-dialog/select-dialog.scss +5 -5
- package/src/lib/components/select-include-children/select-include-children.component.scss +10 -10
- package/src/lib/components/select-one/select-one.component.scss +5 -4
- package/src/lib/components/select-process-document/select-process-document.component.scss +12 -13
- package/src/lib/components/substance-conflict/substance-conflict.component.scss +4 -3
- package/src/lib/components/table/table.scss +4 -3
- package/src/lib/components/tooltip/tooltip.scss +3 -1
- package/src/lib/components/tree/tree.component.scss +12 -12
- package/src/lib/components/treeNew/tree.component.scss +11 -18
- package/src/lib/qms-ckeditor-components/qms-ckeditor.component.scss +3 -2
- package/src/themes/_non-bg-scrollbar.scss +4 -3
- package/src/themes/core/_app-bar.scss +5 -4
- package/src/themes/core/_button.scss +14 -12
- package/src/themes/core/_checkbox.scss +9 -24
- package/src/themes/core/_chip-input.scss +29 -27
- package/src/themes/core/_chip.scss +12 -10
- package/src/themes/core/_date-picker.scss +9 -8
- package/src/themes/core/_dropdown-menu.scss +12 -11
- package/src/themes/core/_file-upload.scss +12 -11
- package/src/themes/core/_form-prefix.scss +6 -4
- package/src/themes/core/_form.scss +28 -27
- package/src/themes/core/_progress.scss +5 -3
- package/src/themes/core/_radio.scss +13 -15
- package/src/themes/core/_range-slider.scss +34 -33
- package/src/themes/core/_scrollbar.scss +25 -34
- package/src/themes/core/_search-field.scss +5 -3
- package/src/themes/core/_select.scss +5 -2
- package/src/themes/core/_slide-toggle.scss +10 -11
- package/src/themes/core/_styles.scss +19 -17
- package/src/themes/core/_tab.scss +88 -87
- package/src/themes/core/_table.scss +19 -18
- package/src/themes/core/_text-block.scss +3 -1
- package/src/themes/theme/_mixins.scss +18 -0
- package/src/themes/theme/_theme.scss +17 -0
- package/src/themes/theme/_variable.scss +303 -0
- package/src/themes/_color.scss +0 -61
- package/src/themes/_scrollbar.scss +0 -27
- package/src/themes/core/_colors.scss +0 -60
@@ -0,0 +1,303 @@
|
|
1
|
+
$primary: --primary;
|
2
|
+
$primary-light: --primary-light;
|
3
|
+
$primary-lighter: --primary-lighter;
|
4
|
+
$primary-light-3-opacity: --primary-light-3-opacity;
|
5
|
+
$primary-light-6-opacity: --primary-light-6-opacity;
|
6
|
+
$primary-light-12-opacity: --primary-light-12-opacity;
|
7
|
+
$primary-light-24-opacity: --primary-light-24-opacity;
|
8
|
+
$primary-light-32-opacity: --primary-light-32-opacity;
|
9
|
+
$primary-dark: --primary-dark;
|
10
|
+
|
11
|
+
$secondary: --secondary;
|
12
|
+
$secondary-light: --secondary-light;
|
13
|
+
$secondary-dark: --secondary-dark;
|
14
|
+
$secondary-lighter: --secondary-lighter;
|
15
|
+
$secondary-light-3-opacity: --secondary-light-3-opacity;
|
16
|
+
$secondary-light-6-opacity: --secondary-light-6-opacity;
|
17
|
+
$secondary-light-12-opacity: --secondary-light-12-opacity;
|
18
|
+
$secondary-light-24-opacity: --secondary-light-24-opacity;
|
19
|
+
|
20
|
+
$error: --error;
|
21
|
+
|
22
|
+
$disabled: --disabled;
|
23
|
+
$active: --active;
|
24
|
+
$default-color: --default-color;
|
25
|
+
$slider-background: --slider-background;
|
26
|
+
$slider-tick-color: --slider-tick-color;
|
27
|
+
$slider-hover-border: --slider-hover-border;
|
28
|
+
$slider-focus-border: --slider-focus-border;
|
29
|
+
$slider-pressed: --slider-pressed;
|
30
|
+
|
31
|
+
$error-color: --error-color;
|
32
|
+
$success-color: --success-color;
|
33
|
+
$infor-color: --infor-color;
|
34
|
+
$warning-color: --warning-color;
|
35
|
+
$text-dark: --text-dark;
|
36
|
+
$text-white: --text-white;
|
37
|
+
|
38
|
+
$risk-yellow: --risk-yellow;
|
39
|
+
$risk-green: --risk-green;
|
40
|
+
$risk-yellow-dark: --risk-yellow-dark;
|
41
|
+
$risk-green-dark: --risk-green-dark;
|
42
|
+
|
43
|
+
$tab-dark-background: --tab-dark-background;
|
44
|
+
|
45
|
+
$primary-label-color: --primary-label-color;
|
46
|
+
$primary-button-background-color: --primary-button-background-color;
|
47
|
+
$primary-button-text-color: --primary-button-text-color;
|
48
|
+
$background-input-text: --background-input-text;
|
49
|
+
$color-input-text: --color-input-text;
|
50
|
+
$primary-border-color: --primary-border-color;
|
51
|
+
$hover-background-color: --hover-background-color;
|
52
|
+
$select-border-color: --select-border-color;
|
53
|
+
$background-area: --background-area;
|
54
|
+
$text-confirm-color: --text-confirm-color;
|
55
|
+
$odd-item-color: --odd-item-color;
|
56
|
+
$active-item-color: --active-item-color;
|
57
|
+
$disabled-input-background-color: --disabled-input-background-color;
|
58
|
+
$blur-text-color: --blur-text-color;
|
59
|
+
$checkbox-color: --checkbox-color;
|
60
|
+
$background-conflict-info: --background-conflict-info;
|
61
|
+
$user-bacground: --user-bacground;
|
62
|
+
$administrator-bacground: --administrator-bacground;
|
63
|
+
$dashboard-bacground: --dashboard-bacground;
|
64
|
+
$devition-bacground: --devition-bacground;
|
65
|
+
$risk-background: --risk-background;
|
66
|
+
$annual-bacground: --annual-bacground;
|
67
|
+
$tab-active-background: --tab-active-background;
|
68
|
+
$child-selected-background: --child-selected-background;
|
69
|
+
$selected-row: --selected-row;
|
70
|
+
$blur-background-color: --blur-background-color;
|
71
|
+
$location-toggle-icon: --location-toggle-icon;
|
72
|
+
$radio-toggle-main-color: --radio-toggle-main-color;
|
73
|
+
$radio-toggle-pr-color: --radio-toggle-pr-color;
|
74
|
+
$tree-node-color: --tree-node-color;
|
75
|
+
$tree-node-background-color: --tree-node-background-color;
|
76
|
+
$tree-node-boder-color: --tree-node-boder-color;
|
77
|
+
$related-content-background: --related-content-background;
|
78
|
+
$related-item-background: --related-item-background;
|
79
|
+
$related-mat-icon-color: --related-mat-icon-color;
|
80
|
+
$button-background: --button-background;
|
81
|
+
$button-background-hover: --button-background-hover;
|
82
|
+
$mat-card-border-color: --mat-card-border-color;
|
83
|
+
$popup-title-color: --popup-title-color;
|
84
|
+
$popup-error-color: --popup-error-color;
|
85
|
+
$button-red-background: --button-red-background;
|
86
|
+
$button-yellow-background: --button-yellow-background;
|
87
|
+
$button-green-background: --button-green-background;
|
88
|
+
$text-not-accepted: --text-not-accepted;
|
89
|
+
$text-considered: --text-considered;
|
90
|
+
$text-accepted: --text-accepted;
|
91
|
+
$tab-hover-background: --tab-hover-background;
|
92
|
+
$tab-focus-background: --tab-focus-background;
|
93
|
+
$tab-border: --tab-border;
|
94
|
+
$tab-primary-label: --tab-primary-label;
|
95
|
+
$tab-primary-icon: --tab-primary-icon;
|
96
|
+
$tab-primary-background-hover: --tab-primary-background-hover;
|
97
|
+
$tab-primary-border: --tab-primary-border;
|
98
|
+
$tab-disable-background: --tab-disable-background;
|
99
|
+
|
100
|
+
$-qms-app-bar-dark-background-color: --qms-app-bar-dark-background-color;
|
101
|
+
$-qms-app-bar-light-background-color: --qms-app-bar-light-background-color;
|
102
|
+
|
103
|
+
|
104
|
+
@function black($opacity) {
|
105
|
+
@return rgba(black, $opacity)
|
106
|
+
};
|
107
|
+
|
108
|
+
@function white($opacity) {
|
109
|
+
@return rgba(white, $opacity)
|
110
|
+
}
|
111
|
+
|
112
|
+
|
113
|
+
$qms-theme-default: (
|
114
|
+
$primary: #1954a9,
|
115
|
+
$primary-light: #2873df,
|
116
|
+
$primary-lighter: #b7daf8,
|
117
|
+
$primary-light-3-opacity: #f5faff,
|
118
|
+
$primary-light-6-opacity: #F2F7FD,
|
119
|
+
$primary-light-12-opacity: #E5EEFB,
|
120
|
+
$primary-light-24-opacity: rgba(40, 115, 223, 0.24),
|
121
|
+
$primary-light-32-opacity: #94baef,
|
122
|
+
$primary-dark: #144285,
|
123
|
+
$secondary: #9e360f,
|
124
|
+
$secondary-light: #b63e11,
|
125
|
+
$secondary-dark: #872e0d,
|
126
|
+
$secondary-lighter: #f6b59d,
|
127
|
+
$secondary-light-3-opacity: rgba(207, 71, 20, 0.03),
|
128
|
+
$secondary-light-6-opacity: rgba(207, 71, 20, 0.06),
|
129
|
+
$secondary-light-12-opacity: rgba(207, 71, 20, 0.12),
|
130
|
+
$secondary-light-24-opacity: rgba(207, 71, 20, 0.24),
|
131
|
+
$error: #b00020,
|
132
|
+
$disabled: #e4e4e4,
|
133
|
+
$active: #1954a9,
|
134
|
+
$default-color: #323232,
|
135
|
+
$slider-background: rgba(#1954a9, 0.38),
|
136
|
+
$slider-tick-color: rgba(255, 255, 255, 0.38),
|
137
|
+
$slider-hover-border: rgba(25, 84, 169, 8%),
|
138
|
+
$slider-focus-border: rgba(25, 84, 169, 12%),
|
139
|
+
$slider-pressed: rgba(25, 84, 169, 24%),
|
140
|
+
$error-color: #f44336,
|
141
|
+
$success-color: #28a745,
|
142
|
+
$infor-color: #40a9ff,
|
143
|
+
$warning-color: #ffc107,
|
144
|
+
$text-dark: #343a40,
|
145
|
+
$text-white: #fff,
|
146
|
+
$risk-yellow: #e4cf53,
|
147
|
+
$risk-green: #00804c,
|
148
|
+
$risk-yellow-dark: #726729,
|
149
|
+
$risk-green-dark: #005935,
|
150
|
+
$tab-dark-background: #00324e,
|
151
|
+
$primary-label-color: #686868,
|
152
|
+
$primary-button-background-color: #001983,
|
153
|
+
$primary-button-text-color: #ffffff,
|
154
|
+
$background-input-text: #eeeeee,
|
155
|
+
$color-input-text: #5f5f5f,
|
156
|
+
$primary-border-color: #d4d5d6,
|
157
|
+
$hover-background-color: #d8ddf0,
|
158
|
+
$select-border-color: #757575,
|
159
|
+
$background-area: #f5f5f5,
|
160
|
+
$text-confirm-color: #3e57b7,
|
161
|
+
$odd-item-color: #f5f5f5,
|
162
|
+
$active-item-color: #bad0ed,
|
163
|
+
$disabled-input-background-color: #e1e1e1,
|
164
|
+
$blur-text-color: #9a9a9a,
|
165
|
+
$checkbox-color: #b13514,
|
166
|
+
$background-conflict-info: #f4e9e5,
|
167
|
+
$user-bacground: #818181,
|
168
|
+
$administrator-bacground: #818181,
|
169
|
+
$dashboard-bacground: #952702,
|
170
|
+
$devition-bacground: #00804c,
|
171
|
+
$risk-background: #952702,
|
172
|
+
$annual-bacground: #cf4717,
|
173
|
+
$tab-active-background: #d4d6e0,
|
174
|
+
$child-selected-background: #f3f5fa,
|
175
|
+
$selected-row: #ececec,
|
176
|
+
$blur-background-color: #fafafa,
|
177
|
+
$location-toggle-icon: #919191,
|
178
|
+
$radio-toggle-main-color: #3f51b5,
|
179
|
+
$radio-toggle-pr-color: #97a0d7,
|
180
|
+
$tree-node-color: #000000,
|
181
|
+
$tree-node-background-color: #009ef2,
|
182
|
+
$tree-node-boder-color: #009ef2,
|
183
|
+
$related-content-background: #ffffff,
|
184
|
+
$related-item-background: #e5e5e5,
|
185
|
+
$related-mat-icon-color: #8e8e8e,
|
186
|
+
$button-background: #f8f9f9,
|
187
|
+
$button-background-hover: #e5e7e9,
|
188
|
+
$mat-card-border-color: #818181,
|
189
|
+
$popup-title-color: #323232,
|
190
|
+
$popup-error-color: #b00020,
|
191
|
+
$button-red-background: #9e360f,
|
192
|
+
$button-yellow-background: #e4cf53,
|
193
|
+
$button-green-background: #00804c,
|
194
|
+
$text-not-accepted: #b00020,
|
195
|
+
$text-considered: #726729,
|
196
|
+
$text-accepted: #005935,
|
197
|
+
$tab-hover-background: rgb(25, 84, 169, 0.06),
|
198
|
+
$tab-focus-background: #e5eefb,
|
199
|
+
$tab-border: #666666,
|
200
|
+
$tab-primary-label: rgba(255, 255, 255, 0.24),
|
201
|
+
$tab-primary-icon: rgba(255, 255, 255, 0.6),
|
202
|
+
$tab-primary-background-hover: rgba(255, 255, 255, 0.08),
|
203
|
+
$tab-primary-border: rgba(255, 255, 255, 0.38),
|
204
|
+
$tab-disable-background: rgba(25, 84, 169, 0.12),
|
205
|
+
$-qms-app-bar-dark-background-color: #0d6efd,
|
206
|
+
$-qms-app-bar-light-background-color: #c41e1e,
|
207
|
+
);
|
208
|
+
|
209
|
+
$qms-theme-pink: (
|
210
|
+
$primary: #1954a9,
|
211
|
+
$primary-light: #2873df,
|
212
|
+
$primary-lighter: #b7daf8,
|
213
|
+
$primary-light-3-opacity: #f5faff,
|
214
|
+
$primary-light-6-opacity: #F2F7FD,
|
215
|
+
$primary-light-12-opacity: #E5EEFB,
|
216
|
+
$primary-light-24-opacity: rgba(40, 115, 223, 0.24),
|
217
|
+
$primary-light-32-opacity: #94baef,
|
218
|
+
$primary-dark: #144285,
|
219
|
+
$secondary: #9e360f,
|
220
|
+
$secondary-light: #b63e11,
|
221
|
+
$secondary-dark: #872e0d,
|
222
|
+
$secondary-lighter: #f6b59d,
|
223
|
+
$secondary-light-3-opacity: rgba(207, 71, 20, 0.03),
|
224
|
+
$secondary-light-6-opacity: rgba(207, 71, 20, 0.06),
|
225
|
+
$secondary-light-12-opacity: rgba(207, 71, 20, 0.12),
|
226
|
+
$secondary-light-24-opacity: rgba(207, 71, 20, 0.24),
|
227
|
+
$error: #b00020,
|
228
|
+
$disabled: #e4e4e4,
|
229
|
+
$active: #1954a9,
|
230
|
+
$default-color: #323232,
|
231
|
+
$slider-background: rgba(#1954a9, 0.38),
|
232
|
+
$slider-tick-color: rgba(255, 255, 255, 0.38),
|
233
|
+
$slider-hover-border: rgba(25, 84, 169, 8%),
|
234
|
+
$slider-focus-border: rgba(25, 84, 169, 12%),
|
235
|
+
$slider-pressed: rgba(25, 84, 169, 24%),
|
236
|
+
$error-color: #f44336,
|
237
|
+
$success-color: #28a745,
|
238
|
+
$infor-color: #40a9ff,
|
239
|
+
$warning-color: #ffc107,
|
240
|
+
$text-dark: #343a40,
|
241
|
+
$text-white: #fff,
|
242
|
+
$risk-yellow: #e4cf53,
|
243
|
+
$risk-green: #00804c,
|
244
|
+
$risk-yellow-dark: #726729,
|
245
|
+
$risk-green-dark: #005935,
|
246
|
+
$tab-dark-background: #00324e,
|
247
|
+
$primary-label-color: #686868,
|
248
|
+
$primary-button-background-color: #001983,
|
249
|
+
$primary-button-text-color: #ffffff,
|
250
|
+
$background-input-text: #eeeeee,
|
251
|
+
$color-input-text: #5f5f5f,
|
252
|
+
$primary-border-color: #d4d5d6,
|
253
|
+
$hover-background-color: #d8ddf0,
|
254
|
+
$select-border-color: #757575,
|
255
|
+
$background-area: #f5f5f5,
|
256
|
+
$text-confirm-color: #3e57b7,
|
257
|
+
$odd-item-color: #f5f5f5,
|
258
|
+
$active-item-color: #bad0ed,
|
259
|
+
$disabled-input-background-color: #e1e1e1,
|
260
|
+
$blur-text-color: #9a9a9a,
|
261
|
+
$checkbox-color: #b13514,
|
262
|
+
$background-conflict-info: #f4e9e5,
|
263
|
+
$user-bacground: #818181,
|
264
|
+
$administrator-bacground: #818181,
|
265
|
+
$dashboard-bacground: #952702,
|
266
|
+
$devition-bacground: #00804c,
|
267
|
+
$risk-background: #952702,
|
268
|
+
$annual-bacground: #cf4717,
|
269
|
+
$tab-active-background: #d4d6e0,
|
270
|
+
$child-selected-background: #f3f5fa,
|
271
|
+
$selected-row: #ececec,
|
272
|
+
$blur-background-color: #fafafa,
|
273
|
+
$location-toggle-icon: #919191,
|
274
|
+
$radio-toggle-main-color: #3f51b5,
|
275
|
+
$radio-toggle-pr-color: #97a0d7,
|
276
|
+
$tree-node-color: #000000,
|
277
|
+
$tree-node-background-color: #009ef2,
|
278
|
+
$tree-node-boder-color: #009ef2,
|
279
|
+
$related-content-background: #ffffff,
|
280
|
+
$related-item-background: #e5e5e5,
|
281
|
+
$related-mat-icon-color: #8e8e8e,
|
282
|
+
$button-background: #f8f9f9,
|
283
|
+
$button-background-hover: #e5e7e9,
|
284
|
+
$mat-card-border-color: #818181,
|
285
|
+
$popup-title-color: #323232,
|
286
|
+
$popup-error-color: #b00020,
|
287
|
+
$button-red-background: #9e360f,
|
288
|
+
$button-yellow-background: #e4cf53,
|
289
|
+
$button-green-background: #00804c,
|
290
|
+
$text-not-accepted: #b00020,
|
291
|
+
$text-considered: #726729,
|
292
|
+
$text-accepted: #005935,
|
293
|
+
$tab-hover-background: rgb(25, 84, 169, 0.06),
|
294
|
+
$tab-focus-background: #e5eefb,
|
295
|
+
$tab-border: #666666,
|
296
|
+
$tab-primary-label: rgba(255, 255, 255, 0.24),
|
297
|
+
$tab-primary-icon: rgba(255, 255, 255, 0.6),
|
298
|
+
$tab-primary-background-hover: rgba(255, 255, 255, 0.08),
|
299
|
+
$tab-primary-border: rgba(255, 255, 255, 0.38),
|
300
|
+
$tab-disable-background: rgba(25, 84, 169, 0.12),
|
301
|
+
$-qms-app-bar-dark-background-color: #0d6efd,
|
302
|
+
$-qms-app-bar-light-background-color: #c41e1e,
|
303
|
+
);
|
package/src/themes/_color.scss
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
$primary: #00324e;
|
2
|
-
$primary-label-color: #686868;
|
3
|
-
$primary-button-background-color: #001983;
|
4
|
-
$primary-button-text-color: #ffffff;
|
5
|
-
$background-input-text: #eeeeee;
|
6
|
-
$color-input-text: #5f5f5f;
|
7
|
-
$primary-border-color: #d4d5d6;
|
8
|
-
$hover-background-color: #d8ddf0;
|
9
|
-
$select-border-color: #757575;
|
10
|
-
$background-area: #f5f5f5;
|
11
|
-
$text-confirm-color: #3e57b7;
|
12
|
-
$odd-item-color: #f5f5f5;
|
13
|
-
$active-item-color: #bad0ed;
|
14
|
-
$error-color: #f44336;
|
15
|
-
$success-color: #28a745;
|
16
|
-
$infor-color: #40a9ff;
|
17
|
-
$warning-color: #ffc107;
|
18
|
-
$text-dark: #343a40;
|
19
|
-
$text-white: #fff;
|
20
|
-
$disabled-input-background-color: #e1e1e1;
|
21
|
-
$blur-text-color: #9a9a9a;
|
22
|
-
$checkbox-color: #b13514;
|
23
|
-
$background-conflict-info: #f4e9e5;
|
24
|
-
$user-bacground: #818181;
|
25
|
-
$administrator-bacground: #818181;
|
26
|
-
$dashboard-bacground: #952702;
|
27
|
-
$devition-bacground: #00804c;
|
28
|
-
$risk-background: #952702;
|
29
|
-
$annual-bacground: #cf4717;
|
30
|
-
$tab-active-background: #d4d6e0;
|
31
|
-
$child-selected-background: #f3f5fa;
|
32
|
-
$selected-row: #ececec;
|
33
|
-
$blur-background-color: #fafafa;
|
34
|
-
$location-toggle-icon: #919191;
|
35
|
-
$radio-toggle-main-color: #3F51B5;
|
36
|
-
$radio-toggle-pr-color: #97A0D7;
|
37
|
-
$tree-node-color: #000000;
|
38
|
-
$tree-node-background-color: #009EF2;
|
39
|
-
$tree-node-boder-color: #009EF2;
|
40
|
-
$related-content-background: #ffffff;
|
41
|
-
$related-item-background: #e5e5e5;
|
42
|
-
$related-mat-icon-color: #8E8E8E;
|
43
|
-
$button-background: #f8f9f9;
|
44
|
-
$button-background-hover: #e5e7e9;
|
45
|
-
$mat-card-border-color: #818181;
|
46
|
-
$popup-title-color: #323232;
|
47
|
-
$popup-error-color: #B00020;
|
48
|
-
$button-red-background: #9E360F;
|
49
|
-
$button-yellow-background: #E4CF53;
|
50
|
-
$button-green-background: #00804C;
|
51
|
-
$text-not-accepted: #B00020;
|
52
|
-
$text-considered: #726729;
|
53
|
-
$text-accepted: #005935;
|
54
|
-
$tab-hover-background: rgb(25, 84, 169, 0.06);
|
55
|
-
$tab-focus-background: #E5EEFB;
|
56
|
-
$tab-border: #666666;
|
57
|
-
$tab-primary-label: rgba(255, 255, 255, 0.24);
|
58
|
-
$tab-primary-icon: rgba(255, 255, 255, 0.6);
|
59
|
-
$tab-primary-background-hover: rgba(255, 255, 255, 0.08);
|
60
|
-
$tab-primary-border: rgba(255, 255, 255, 0.38);
|
61
|
-
$tab-disable-background: rgba(25, 84, 169, 0.12);
|
@@ -1,27 +0,0 @@
|
|
1
|
-
@import './core/colors';
|
2
|
-
/* width */
|
3
|
-
::-webkit-scrollbar {
|
4
|
-
width: 12px;
|
5
|
-
}
|
6
|
-
|
7
|
-
/* Track */
|
8
|
-
::-webkit-scrollbar-track {
|
9
|
-
background: black(0.12);
|
10
|
-
background-clip: content-box;
|
11
|
-
}
|
12
|
-
|
13
|
-
/* Handle */
|
14
|
-
::-webkit-scrollbar-thumb {
|
15
|
-
background: black(0.38);
|
16
|
-
border-radius: 20px;
|
17
|
-
width: 4px;
|
18
|
-
border: 4px solid transparent;
|
19
|
-
background-clip: content-box;
|
20
|
-
}
|
21
|
-
|
22
|
-
/* Handle on hover */
|
23
|
-
::-webkit-scrollbar-thumb:hover {
|
24
|
-
background: black(0.5);
|
25
|
-
background-clip: content-box;
|
26
|
-
border: 4px solid transparent;
|
27
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
$primary: #1954A9;
|
4
|
-
$primary-light: #2873DF;
|
5
|
-
$primary-lighter: #B7DAF8;
|
6
|
-
$primary-light-3-opacity: #E5EEFB;
|
7
|
-
$primary-light-6-opacity: rgba(40, 115, 223, 0.06);
|
8
|
-
$primary-light-12-opacity: rgba(40, 115, 223, 0.12);
|
9
|
-
$primary-light-24-opacity: rgba(40, 115, 223, 0.24);
|
10
|
-
$primary-light-32-opacity: #94BAEF;
|
11
|
-
$primary-dark: #144285;
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
$secondary: #9E360F;
|
16
|
-
$secondary-light: #B63E11;
|
17
|
-
$secondary-dark: #872E0D;
|
18
|
-
$secondary-lighter: #F6B59D;
|
19
|
-
$secondary-light-3-opacity: rgba(207, 71, 20, 0.03);
|
20
|
-
$secondary-light-6-opacity: rgba(207, 71, 20, 0.06);
|
21
|
-
$secondary-light-12-opacity: rgba(207, 71, 20, 0.12);
|
22
|
-
$secondary-light-24-opacity: rgba(207, 71, 20, 0.24);
|
23
|
-
|
24
|
-
|
25
|
-
$error: #B00020;
|
26
|
-
|
27
|
-
|
28
|
-
$disabled: #E4E4E4;
|
29
|
-
$active: #1954A9;
|
30
|
-
$default-color: #323232;
|
31
|
-
$slider-background: rgba($active, 0.38);
|
32
|
-
$slider-tick-color: rgba(255, 255, 255, 0.38);
|
33
|
-
$slider-hover-border: rgba(25, 84, 169, 8%);
|
34
|
-
$slider-focus-border: rgba(25, 84, 169, 12%);
|
35
|
-
$slider-pressed: rgba(25, 84, 169, 24%);
|
36
|
-
|
37
|
-
$error-color: #f44336;
|
38
|
-
$success-color: #28a745;
|
39
|
-
$infor-color: #40a9ff;
|
40
|
-
$warning-color: #ffc107;
|
41
|
-
$text-dark: #343a40;
|
42
|
-
$text-white: #fff;
|
43
|
-
|
44
|
-
$risk-yellow: #E4CF53;
|
45
|
-
$risk-green: #00804C;
|
46
|
-
$risk-yellow-dark: #726729;
|
47
|
-
$risk-green-dark: #005935;
|
48
|
-
|
49
|
-
|
50
|
-
$tab-dark-background: #00324e;
|
51
|
-
|
52
|
-
@function black($opacity) {
|
53
|
-
@return rgba(black, $opacity)
|
54
|
-
};
|
55
|
-
|
56
|
-
@function white($opacity) {
|
57
|
-
@return rgba(white, $opacity)
|
58
|
-
}
|
59
|
-
|
60
|
-
|