qms-angular 1.0.95 → 1.0.96
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 +3 -22
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +2 -3
- package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +3 -20
- package/fesm2015/qms-angular.js +3 -21
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +0 -2
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
- package/src/assets/qms-ckeditor-plugin/package-lock.json +601 -151
- package/src/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.scss +29 -33
@@ -1,42 +1,35 @@
|
|
1
1
|
.qms-report-cover-portrait-container {
|
2
2
|
background-color: rgba(255, 255, 255, 1);
|
3
3
|
|
4
|
-
.cover-header {
|
5
|
-
height: 75px;
|
6
|
-
display: flex;
|
7
|
-
justify-content: flex-end;
|
8
|
-
padding: 25px 30px;
|
9
|
-
.robin-container {
|
10
|
-
display: flex;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
4
|
.cover-content {
|
15
|
-
margin-top: 125px;
|
16
5
|
margin-bottom: 50px;
|
17
|
-
padding: 0 50px;
|
18
6
|
|
19
|
-
.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
7
|
+
.cover-title {
|
8
|
+
display: flex;
|
9
|
+
height: 450px; // reserved space for long title to span upward
|
10
|
+
flex-direction: column;
|
11
|
+
justify-content: flex-end;
|
12
|
+
.report-module-name {
|
13
|
+
.module-name {
|
14
|
+
max-width: 100%;
|
15
|
+
font-family: 'Open Sans';
|
16
|
+
font-weight: 400;
|
17
|
+
font-size: 14pt;
|
18
|
+
line-height: 20pt;
|
19
|
+
word-break: break-word;
|
20
|
+
}
|
27
21
|
}
|
28
|
-
}
|
29
22
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
23
|
+
.report-title {
|
24
|
+
margin-bottom: 32px;
|
25
|
+
.title {
|
26
|
+
max-width: 100%;
|
27
|
+
font-weight: 600;
|
28
|
+
font-size: 33pt;
|
29
|
+
line-height: 39pt;
|
30
|
+
font-family: 'Open Sans';
|
31
|
+
word-break: break-word;
|
32
|
+
}
|
40
33
|
}
|
41
34
|
}
|
42
35
|
|
@@ -46,8 +39,8 @@
|
|
46
39
|
border-radius: 4px;
|
47
40
|
.content-item {
|
48
41
|
font-family: 'Open Sans';
|
49
|
-
font-size:
|
50
|
-
line-height:
|
42
|
+
font-size: 10pt;
|
43
|
+
line-height: 16pt;
|
51
44
|
margin-bottom: 16px;
|
52
45
|
.title {
|
53
46
|
font-weight: 600;
|
@@ -56,6 +49,9 @@
|
|
56
49
|
font-weight: 400;
|
57
50
|
}
|
58
51
|
}
|
52
|
+
.content-item:last-child {
|
53
|
+
margin-bottom: 0px;
|
54
|
+
}
|
59
55
|
|
60
56
|
.underline {
|
61
57
|
padding-bottom: 16px;
|