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.
@@ -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
- .report-module-name {
20
- .module-name {
21
- max-width: 100%;
22
- font-family: 'Open Sans';
23
- font-weight: 400;
24
- font-size: 14px;
25
- line-height: 20px;
26
- word-break: break-word;
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
- .report-title {
31
- height: 137px;
32
- margin-bottom: 15px;
33
- .title {
34
- max-width: 100%;
35
- font-weight: 600;
36
- font-size: 44px;
37
- line-height: 52px;
38
- font-family: 'Raleway';
39
- word-break: break-word;
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: 10px;
50
- line-height: 16px;
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;