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
@@ -3,7 +3,7 @@ $qms-list-top: 6px;
|
|
3
3
|
$item-height: 40px;
|
4
4
|
$leading-icon: 24px;
|
5
5
|
$leading-icon-padding: 4px;
|
6
|
-
$subtitle-color: $default-color;
|
6
|
+
$subtitle-color: theme-apply($default-color);
|
7
7
|
$subtitle-weight: 600;
|
8
8
|
$border-bottom-item: #e0e0e0;
|
9
9
|
$size-caption: 0.75rem;
|
@@ -15,7 +15,7 @@ $two-line-height: 63px;
|
|
15
15
|
// $three-line-height: 88px;
|
16
16
|
$three-line-height: 81px;
|
17
17
|
$border-radius-default: 2px;
|
18
|
-
$image-circle-size: 40px;
|
18
|
+
$image-circle-size: 40px;
|
19
19
|
$image-square-size: 56px;
|
20
20
|
$image-rect-width: 100px;
|
21
21
|
$image-rect-unset: unset;
|
@@ -1,4 +1,7 @@
|
|
1
|
+
@import "../../../themes/core/variables";
|
1
2
|
@import "../../../themes/core/typography";
|
3
|
+
@import "../../../themes/theme/variable";
|
4
|
+
@import "../../../themes/theme/mixins";
|
2
5
|
|
3
6
|
.mat-expansion-panel {
|
4
7
|
&.qms-expansion {
|
@@ -33,32 +36,59 @@
|
|
33
36
|
}
|
34
37
|
|
35
38
|
.mat-expansion-panel-header[aria-disabled="true"] {
|
36
|
-
color: black(0.38);
|
37
39
|
pointer-events: none;
|
38
|
-
|
40
|
+
user-select: none;
|
41
|
+
|
42
|
+
.qms-list-header {
|
43
|
+
* {
|
44
|
+
color: theme-apply($primary);
|
45
|
+
opacity: 0.38;
|
46
|
+
}
|
47
|
+
}
|
39
48
|
}
|
40
49
|
|
41
50
|
.mat-expansion-panel-header {
|
42
51
|
&:hover {
|
43
52
|
&:not([aria-disabled="true"]) {
|
44
|
-
background:
|
53
|
+
background: theme-apply($primary-light-6-opacity);
|
54
|
+
}
|
55
|
+
|
56
|
+
.subtitle, .default-subtitle, .caption,
|
57
|
+
.mat-expansion-indicator::after,
|
58
|
+
.material-icons,
|
59
|
+
.material-icons-outlined {
|
60
|
+
color: theme-apply($primary);
|
45
61
|
}
|
46
62
|
}
|
47
63
|
|
48
64
|
&:active {
|
49
65
|
&:not([aria-disabled="true"]) {
|
50
|
-
background:
|
66
|
+
background: theme-apply($primary-light-24-opacity);
|
51
67
|
}
|
52
|
-
}
|
53
68
|
|
69
|
+
.subtitle, .default-subtitle, .caption,
|
70
|
+
.mat-expansion-indicator::after,
|
71
|
+
.material-icons,
|
72
|
+
.material-icons-outlined {
|
73
|
+
color: theme-apply($primary);
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
54
77
|
|
55
78
|
&.cdk-keyboard-focused {
|
56
|
-
|
79
|
+
background-color: theme-apply($primary-light-12-opacity);
|
57
80
|
border-radius: $border-radius-default;
|
81
|
+
|
82
|
+
.subtitle, .default-subtitle, .caption,
|
83
|
+
.mat-expansion-indicator::after,
|
84
|
+
.material-icons,
|
85
|
+
.material-icons-outlined {
|
86
|
+
color: theme-apply($primary);
|
87
|
+
}
|
58
88
|
}
|
59
89
|
|
60
90
|
&.active-item {
|
61
|
-
color: $primary;
|
91
|
+
color: theme-apply($primary);
|
62
92
|
|
63
93
|
@include color-inherit;
|
64
94
|
}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import "../../../themes/
|
1
|
+
@import "../../../themes/theme/variable";
|
2
|
+
@import "../../../themes/theme/mixins";
|
2
3
|
@import "../../../themes/core/typography";
|
3
4
|
@import "list-base";
|
4
5
|
@import "list-expansion.scss";
|
@@ -16,6 +17,7 @@
|
|
16
17
|
width: 100%;
|
17
18
|
padding: 0;
|
18
19
|
min-height: $item-height;
|
20
|
+
height: $item-height;
|
19
21
|
|
20
22
|
&.mat-2-line {
|
21
23
|
height: $two-line-height;
|
@@ -46,7 +48,7 @@
|
|
46
48
|
|
47
49
|
.trailing-box {
|
48
50
|
height: 100%;
|
49
|
-
border-bottom: 1px solid
|
51
|
+
border-bottom: 1px solid $border-bottom-item;
|
50
52
|
padding-top: 10px;
|
51
53
|
}
|
52
54
|
}
|
@@ -57,12 +59,28 @@
|
|
57
59
|
.subtitle,
|
58
60
|
button,
|
59
61
|
span,
|
62
|
+
.material-icons,
|
63
|
+
.material-icons-outlined
|
60
64
|
p {
|
61
65
|
color: black(0.38);
|
62
66
|
pointer-events: none;
|
63
67
|
cursor: default;
|
68
|
+
user-select: none;
|
69
|
+
background-color: none;
|
64
70
|
}
|
65
71
|
}
|
72
|
+
|
73
|
+
&:not([disabled]):hover, &:not([disabled]):focus {
|
74
|
+
cursor: pointer;
|
75
|
+
background-color: black(0.08);
|
76
|
+
outline: none;
|
77
|
+
}
|
78
|
+
|
79
|
+
&:not([disabled]):active {
|
80
|
+
cursor: pointer;
|
81
|
+
background-color: black(0.12);
|
82
|
+
}
|
83
|
+
|
66
84
|
}
|
67
85
|
|
68
86
|
.qms-list-item-content {
|
@@ -76,7 +94,7 @@
|
|
76
94
|
margin: 0 1rem;
|
77
95
|
}
|
78
96
|
|
79
|
-
|
97
|
+
.material-icons.leading-icon,
|
80
98
|
.material-icons-outlined.leading-icon {
|
81
99
|
flex-shrink: 0;
|
82
100
|
width: $leading-icon;
|
@@ -150,7 +168,7 @@ img.leading-icon {
|
|
150
168
|
display: flex;
|
151
169
|
justify-content: space-between;
|
152
170
|
|
153
|
-
.
|
171
|
+
.material-icons,
|
154
172
|
.material-icons-outlined {
|
155
173
|
font-size: 20px;
|
156
174
|
}
|
@@ -173,7 +191,7 @@ img.leading-icon {
|
|
173
191
|
color: black(0.6);
|
174
192
|
font-size: $size-caption;
|
175
193
|
|
176
|
-
|
194
|
+
.material-icons,
|
177
195
|
.material-icons-outlined {
|
178
196
|
font-size: 20px;
|
179
197
|
}
|
@@ -1,9 +1,11 @@
|
|
1
|
-
@import
|
1
|
+
@import "../../../../themes/theme/variable";
|
2
|
+
@import "../../../../themes/theme/mixins";
|
3
|
+
|
2
4
|
.related__content_container {
|
3
5
|
.card {
|
4
6
|
min-height: 60px;
|
5
7
|
box-shadow: none;
|
6
|
-
border-color: $mat-card-border-color;
|
8
|
+
border-color: theme-apply($mat-card-border-color);
|
7
9
|
border-top: none;
|
8
10
|
border-right: none;
|
9
11
|
border-left: none;
|
@@ -1,11 +1,12 @@
|
|
1
|
-
@import "../../../../themes/
|
1
|
+
@import "../../../../themes/theme/variable";
|
2
|
+
@import "../../../../themes/theme/mixins";
|
2
3
|
@import "../../../../themes/core/typography";
|
3
4
|
|
4
5
|
.list-related {
|
5
6
|
font-family: "Open Sans";
|
6
7
|
font-style: normal;
|
7
8
|
font-weight: normal;
|
8
|
-
color: $default-color;
|
9
|
+
color: theme-apply($default-color);
|
9
10
|
|
10
11
|
.list-related__title {
|
11
12
|
font-weight: 600;
|
@@ -125,7 +126,7 @@
|
|
125
126
|
background-color: #fafafa;
|
126
127
|
|
127
128
|
border-bottom: 1px solid #ddd;
|
128
|
-
color: $primary;
|
129
|
+
color: theme-apply($primary);
|
129
130
|
min-height: 48px;
|
130
131
|
border-bottom: 1px solid #ddd;
|
131
132
|
|
@@ -153,17 +154,17 @@
|
|
153
154
|
}
|
154
155
|
|
155
156
|
.label-red {
|
156
|
-
background-color: $secondary;
|
157
|
+
background-color: theme-apply($secondary);
|
157
158
|
color: white;
|
158
159
|
}
|
159
160
|
|
160
161
|
.label-yellow {
|
161
|
-
background-color: $risk-yellow;
|
162
|
+
background-color: theme-apply($risk-yellow);
|
162
163
|
color: black(0.87);
|
163
164
|
}
|
164
165
|
|
165
166
|
.label-green {
|
166
|
-
background-color: $risk-green;
|
167
|
+
background-color: theme-apply($risk-green);
|
167
168
|
color: white;
|
168
169
|
}
|
169
170
|
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import "../../../../themes/
|
1
|
+
@import "../../../../themes/theme/variable";
|
2
|
+
@import "../../../../themes/theme/mixins";
|
2
3
|
@import "../../../../themes/core/scrollbar.scss";
|
3
4
|
@import "../../../../themes/core/button.scss";
|
4
5
|
|
@@ -12,7 +13,7 @@
|
|
12
13
|
padding: 10px;
|
13
14
|
outline: none;
|
14
15
|
border: none;
|
15
|
-
background: $background-input-text;
|
16
|
+
background: theme-apply($background-input-text);
|
16
17
|
}
|
17
18
|
|
18
19
|
.mat-icon {
|
@@ -98,14 +99,14 @@
|
|
98
99
|
.related__item__content {
|
99
100
|
height: 32px;
|
100
101
|
line-height: 32px;
|
101
|
-
background-color: $related-item-background;
|
102
|
+
background-color: theme-apply($related-item-background);
|
102
103
|
max-width: 100%;
|
103
104
|
margin-bottom: 5px;
|
104
105
|
margin-left: 2.5px;
|
105
106
|
margin-right: 2.5px;
|
106
107
|
|
107
108
|
.mat-icon {
|
108
|
-
color: $related-mat-icon-color;
|
109
|
+
color: theme-apply($related-mat-icon-color);
|
109
110
|
font-size: 24px;
|
110
111
|
}
|
111
112
|
|
@@ -126,13 +127,13 @@
|
|
126
127
|
height: 450px;
|
127
128
|
overflow-y: auto;
|
128
129
|
margin-top: 12px;
|
129
|
-
|
130
|
+
|
130
131
|
&.panel__content {
|
131
132
|
height: 450px;
|
132
133
|
overflow: auto;
|
133
134
|
margin-top: 12px;
|
134
135
|
}
|
135
|
-
|
136
|
+
|
136
137
|
&.panel__content_item {
|
137
138
|
height: 350px;
|
138
139
|
overflow: auto;
|
@@ -140,11 +141,10 @@
|
|
140
141
|
}
|
141
142
|
|
142
143
|
.splitview-header{
|
143
|
-
height: 30px;
|
144
144
|
font-size: 12px;
|
145
145
|
letter-spacing: 1px;
|
146
146
|
font-family: "RALEWAY";
|
147
|
-
font-weight: 600;
|
147
|
+
font-weight: 600;
|
148
148
|
display: flex;
|
149
149
|
align-items: center;
|
150
150
|
}
|
@@ -166,12 +166,12 @@
|
|
166
166
|
display: flex;
|
167
167
|
align-items: center;
|
168
168
|
min-height: 40px;
|
169
|
-
|
169
|
+
|
170
170
|
.mat-icon {
|
171
171
|
color: black(0.6);
|
172
172
|
margin-right: 17px;
|
173
173
|
min-width: fit-content;
|
174
|
-
|
174
|
+
|
175
175
|
svg {
|
176
176
|
display: block;
|
177
177
|
min-width: fit-content;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import
|
1
|
+
@import "../../../../../themes/theme/variable";
|
2
|
+
@import "../../../../../themes/theme/mixins";
|
2
3
|
@import '../../../../../themes/core/scrollbar.scss';
|
3
4
|
@import '../../../../../themes/core/button.scss';
|
4
5
|
|
@@ -9,7 +10,7 @@
|
|
9
10
|
font-style: normal;
|
10
11
|
font-size: 16px;
|
11
12
|
line-height: 22px;
|
12
|
-
color: $popup-title-color;
|
13
|
+
color: theme-apply($popup-title-color);
|
13
14
|
}
|
14
15
|
|
15
16
|
.line__divider {
|
@@ -61,7 +62,7 @@
|
|
61
62
|
|
62
63
|
.panel__error {
|
63
64
|
height: 40px;
|
64
|
-
color: $popup-error-color;
|
65
|
+
color: theme-apply($popup-error-color);
|
65
66
|
display: flex;
|
66
67
|
flex-wrap: wrap;
|
67
68
|
align-content: center;
|
@@ -1,11 +1,12 @@
|
|
1
|
-
@import "../../../../../themes/
|
1
|
+
@import "../../../../../themes/theme/variable";
|
2
|
+
@import "../../../../../themes/theme/mixins";
|
2
3
|
@import "../../../../../themes/core/typography";
|
3
4
|
|
4
5
|
.list-risk {
|
5
6
|
font-family: "Open Sans";
|
6
7
|
font-style: normal;
|
7
8
|
font-weight: normal;
|
8
|
-
color: $default-color;
|
9
|
+
color: theme-apply($default-color);
|
9
10
|
|
10
11
|
.list-risk__title {
|
11
12
|
font-weight: 600;
|
@@ -96,7 +97,7 @@
|
|
96
97
|
background-color: #fafafa;
|
97
98
|
|
98
99
|
border-bottom: 1px solid #ddd;
|
99
|
-
color: $primary;
|
100
|
+
color: theme-apply($primary);
|
100
101
|
min-height: 48px;
|
101
102
|
border-bottom: 1px solid #ddd;
|
102
103
|
|
@@ -124,17 +125,17 @@
|
|
124
125
|
}
|
125
126
|
|
126
127
|
.label-red {
|
127
|
-
background-color: $secondary;
|
128
|
+
background-color: theme-apply($secondary);
|
128
129
|
color: white;
|
129
130
|
}
|
130
131
|
|
131
132
|
.label-yellow {
|
132
|
-
background-color: $risk-yellow;
|
133
|
+
background-color: theme-apply($risk-yellow);
|
133
134
|
color: black(0.87);
|
134
135
|
}
|
135
136
|
|
136
137
|
.label-green {
|
137
|
-
background-color: $risk-green;
|
138
|
+
background-color: theme-apply($risk-green);
|
138
139
|
color: white;
|
139
140
|
}
|
140
141
|
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import
|
1
|
+
@import "../../../../../themes/theme/variable";
|
2
|
+
@import "../../../../../themes/theme/mixins";
|
2
3
|
@import '../../../../../themes/core/typography';
|
3
4
|
|
4
5
|
.dialog-title {
|
@@ -56,7 +57,7 @@
|
|
56
57
|
font-style: normal;
|
57
58
|
text-align: left;
|
58
59
|
padding: 10px 25px;
|
59
|
-
color: $default-color;
|
60
|
+
color: theme-apply($default-color);
|
60
61
|
}
|
61
62
|
|
62
63
|
.first {
|
@@ -86,13 +87,13 @@
|
|
86
87
|
}
|
87
88
|
}
|
88
89
|
&.text-red {
|
89
|
-
color: $error;
|
90
|
+
color: theme-apply($error);
|
90
91
|
}
|
91
92
|
&.text-yellow {
|
92
|
-
color: $risk-yellow-dark;
|
93
|
+
color: theme-apply($risk-yellow-dark);
|
93
94
|
}
|
94
95
|
&.text-green {
|
95
|
-
color: $risk-green-dark;
|
96
|
+
color: theme-apply($risk-green-dark);
|
96
97
|
}
|
97
98
|
}
|
98
99
|
}
|
@@ -113,16 +114,16 @@
|
|
113
114
|
}
|
114
115
|
|
115
116
|
.label-red {
|
116
|
-
background-color: $secondary;
|
117
|
+
background-color: theme-apply($secondary);
|
117
118
|
color: white;
|
118
119
|
}
|
119
120
|
|
120
121
|
.label-yellow {
|
121
|
-
background-color: $risk-yellow;
|
122
|
+
background-color: theme-apply($risk-yellow);
|
122
123
|
color: black(0.87);
|
123
124
|
}
|
124
125
|
|
125
126
|
.label-green {
|
126
|
-
background-color: $risk-green;
|
127
|
+
background-color: theme-apply($risk-green);
|
127
128
|
color: white;
|
128
129
|
}
|
@@ -18,7 +18,6 @@
|
|
18
18
|
padding: 0 50px;
|
19
19
|
|
20
20
|
.report-module-name {
|
21
|
-
margin-bottom: 10px;
|
22
21
|
.module-name {
|
23
22
|
max-width: 100%;
|
24
23
|
font-family: 'Open Sans';
|
@@ -31,7 +30,7 @@
|
|
31
30
|
|
32
31
|
.report-title {
|
33
32
|
height: 137px;
|
34
|
-
margin-bottom:
|
33
|
+
margin-bottom: 15px;
|
35
34
|
.title {
|
36
35
|
max-width: 100%;
|
37
36
|
font-weight: 600;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import "../../../themes/
|
1
|
+
@import "../../../themes/theme/variable";
|
2
|
+
@import "../../../themes/theme/mixins";
|
2
3
|
@import "../../../themes/core/typography";
|
3
4
|
|
4
5
|
.qms-rich-text {
|
@@ -40,7 +41,7 @@
|
|
40
41
|
.ck.ck-editor__editable {
|
41
42
|
&:not(.ck-editor__nested-editable).ck-focused {
|
42
43
|
border: 1px solid #c4c4c4;
|
43
|
-
border-bottom: 2px solid $primary;
|
44
|
+
border-bottom: 2px solid theme-apply($primary);
|
44
45
|
border-radius: 4px;
|
45
46
|
box-shadow: none;
|
46
47
|
background-color: black(0.08);
|
@@ -1,5 +1,5 @@
|
|
1
|
-
@import "
|
2
|
-
@import "
|
1
|
+
@import "../../../themes/theme/variable";
|
2
|
+
@import "../../../themes/theme/mixins";
|
3
3
|
|
4
4
|
.mr10 {
|
5
5
|
margin-right: 10px;
|
@@ -65,7 +65,7 @@
|
|
65
65
|
font-weight: 600;
|
66
66
|
font-size: 12px;
|
67
67
|
line-height: 16px;
|
68
|
-
color: $default-color;
|
68
|
+
color: theme-apply($default-color);
|
69
69
|
}
|
70
70
|
|
71
71
|
.mat-checkbox.qms-group-options.mat-checkbox-checked {
|
@@ -105,14 +105,14 @@
|
|
105
105
|
.related__item__content {
|
106
106
|
height: 32px;
|
107
107
|
line-height: 32px;
|
108
|
-
background-color: $related-item-background;
|
108
|
+
background-color: theme-apply($related-item-background);
|
109
109
|
max-width: 100%;
|
110
110
|
margin-bottom: 5px;
|
111
111
|
margin-left: 2.5px;
|
112
112
|
margin-right: 2.5px;
|
113
113
|
|
114
114
|
.mat-icon {
|
115
|
-
color: $related-mat-icon-color;
|
115
|
+
color: theme-apply($related-mat-icon-color);
|
116
116
|
font-size: 24px;
|
117
117
|
}
|
118
118
|
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import "../../../themes/
|
1
|
+
@import "../../../themes/theme/variable";
|
2
|
+
@import "../../../themes/theme/mixins";
|
2
3
|
@import "../../../themes/core/scrollbar.scss";
|
3
4
|
@import "../../../themes/core/button.scss";
|
4
5
|
|
@@ -12,7 +13,7 @@
|
|
12
13
|
padding: 10px;
|
13
14
|
outline: none;
|
14
15
|
border: none;
|
15
|
-
background: $background-input-text;
|
16
|
+
background: theme-apply($background-input-text);
|
16
17
|
}
|
17
18
|
|
18
19
|
.mat-icon {
|
@@ -102,14 +103,14 @@
|
|
102
103
|
.related__item__content {
|
103
104
|
height: 32px;
|
104
105
|
line-height: 32px;
|
105
|
-
background-color: $related-item-background;
|
106
|
+
background-color: theme-apply($related-item-background);
|
106
107
|
max-width: 100%;
|
107
108
|
margin-bottom: 5px;
|
108
109
|
margin-left: 2.5px;
|
109
110
|
margin-right: 2.5px;
|
110
111
|
|
111
112
|
.mat-icon {
|
112
|
-
color: $related-mat-icon-color;
|
113
|
+
color: theme-apply($related-mat-icon-color);
|
113
114
|
font-size: 24px;
|
114
115
|
}
|
115
116
|
|
@@ -135,13 +136,13 @@
|
|
135
136
|
height: 450px;
|
136
137
|
overflow-y: auto;
|
137
138
|
margin-top: 12px;
|
138
|
-
|
139
|
+
|
139
140
|
&.panel__content {
|
140
141
|
height: 450px;
|
141
142
|
overflow: auto;
|
142
143
|
margin-top: 12px;
|
143
144
|
}
|
144
|
-
|
145
|
+
|
145
146
|
&.panel__content_item {
|
146
147
|
height: 350px;
|
147
148
|
overflow: auto;
|
@@ -149,11 +150,10 @@
|
|
149
150
|
}
|
150
151
|
|
151
152
|
.splitview-header{
|
152
|
-
height: 30px;
|
153
153
|
font-size: 12px;
|
154
154
|
letter-spacing: 1px;
|
155
155
|
font-family: "RALEWAY";
|
156
|
-
font-weight: 600;
|
156
|
+
font-weight: 600;
|
157
157
|
display: flex;
|
158
158
|
align-items: center;
|
159
159
|
}
|
@@ -175,12 +175,12 @@
|
|
175
175
|
display: flex;
|
176
176
|
align-items: center;
|
177
177
|
min-height: 40px;
|
178
|
-
|
178
|
+
|
179
179
|
.mat-icon {
|
180
180
|
color: black(0.6);
|
181
181
|
margin-right: 17px;
|
182
182
|
min-width: fit-content;
|
183
|
-
|
183
|
+
|
184
184
|
svg {
|
185
185
|
display: block;
|
186
186
|
min-width: fit-content;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
@import "../../../themes/
|
1
|
+
@import "../../../themes/theme/variable";
|
2
|
+
@import "../../../themes/theme/mixins";
|
2
3
|
@import "../../../themes/core/scrollbar.scss";
|
3
4
|
@import "../../../themes/core/button.scss";
|
4
5
|
|
@@ -12,7 +13,7 @@
|
|
12
13
|
padding: 10px;
|
13
14
|
outline: none;
|
14
15
|
border: none;
|
15
|
-
background: $background-input-text;
|
16
|
+
background: theme-apply($background-input-text);
|
16
17
|
}
|
17
18
|
|
18
19
|
.mat-icon {
|
@@ -98,14 +99,14 @@
|
|
98
99
|
.related__item__content {
|
99
100
|
height: 32px;
|
100
101
|
line-height: 32px;
|
101
|
-
background-color: $related-item-background;
|
102
|
+
background-color: theme-apply($related-item-background);
|
102
103
|
max-width: 100%;
|
103
104
|
margin-bottom: 5px;
|
104
105
|
margin-left: 2.5px;
|
105
106
|
margin-right: 2.5px;
|
106
107
|
|
107
108
|
.mat-icon {
|
108
|
-
color: $related-mat-icon-color;
|
109
|
+
color: theme-apply($related-mat-icon-color);
|
109
110
|
font-size: 24px;
|
110
111
|
}
|
111
112
|
|