dibk-design 3.8.2 → 3.8.3
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/dist/components/PDF.scss +9 -3
- package/dist/style/pdf.css +8 -4
- package/dist/style/pdf.css.map +1 -1
- package/package.json +1 -1
package/dist/components/PDF.scss
CHANGED
|
@@ -14,13 +14,14 @@ $height-checkbox: 22px;
|
|
|
14
14
|
$width-checkbox: 22px;
|
|
15
15
|
|
|
16
16
|
$heading-logo-width: 100px;
|
|
17
|
+
$heading-logo-margin-left: 15px;
|
|
17
18
|
|
|
18
19
|
$margin-top-h2: 22px;
|
|
19
20
|
$margin-bottom-h2: 2px;
|
|
20
21
|
$margin-top-h3: 15px;
|
|
21
|
-
$margin-bottom-h3:
|
|
22
|
+
$margin-bottom-h3: 4px;
|
|
22
23
|
$margin-top-h4: 15px;
|
|
23
|
-
$margin-bottom-h4:
|
|
24
|
+
$margin-bottom-h4: 6px;
|
|
24
25
|
$margin-top-paragraph: 3px;
|
|
25
26
|
$margin-bottom-paragraph: 12px;
|
|
26
27
|
|
|
@@ -108,6 +109,7 @@ body {
|
|
|
108
109
|
.heading-logo {
|
|
109
110
|
width: $heading-logo-width;
|
|
110
111
|
float: right;
|
|
112
|
+
margin-left: $heading-logo-margin-left;
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
h1,
|
|
@@ -165,10 +167,13 @@ body {
|
|
|
165
167
|
}
|
|
166
168
|
|
|
167
169
|
.text-red {
|
|
168
|
-
font-style: italic;
|
|
169
170
|
color: red;
|
|
170
171
|
}
|
|
171
172
|
|
|
173
|
+
.text-italic {
|
|
174
|
+
font-style: italic;
|
|
175
|
+
}
|
|
176
|
+
|
|
172
177
|
dl {
|
|
173
178
|
display: flex;
|
|
174
179
|
flex-flow: row wrap;
|
|
@@ -306,6 +311,7 @@ body {
|
|
|
306
311
|
.heading-logo {
|
|
307
312
|
width: calc($heading-logo-width * $scaling-for-signed-documents);
|
|
308
313
|
float: right;
|
|
314
|
+
margin-left: calc($heading-logo-margin-left * $scaling-for-signed-documents);
|
|
309
315
|
}
|
|
310
316
|
h1 {
|
|
311
317
|
font-size: calc($font-size-h1 * $scaling-for-signed-documents);
|
package/dist/style/pdf.css
CHANGED
|
@@ -67,6 +67,7 @@ body {
|
|
|
67
67
|
.page .heading-logo {
|
|
68
68
|
width: 100px;
|
|
69
69
|
float: right;
|
|
70
|
+
margin-left: 15px;
|
|
70
71
|
}
|
|
71
72
|
.page h1,
|
|
72
73
|
.page .h1 {
|
|
@@ -101,7 +102,7 @@ body {
|
|
|
101
102
|
line-height: 1.1em;
|
|
102
103
|
text-decoration: underline;
|
|
103
104
|
margin-top: 15px;
|
|
104
|
-
margin-bottom:
|
|
105
|
+
margin-bottom: 4px;
|
|
105
106
|
}
|
|
106
107
|
.page h3 + p,
|
|
107
108
|
.page .h3 + p {
|
|
@@ -113,7 +114,7 @@ body {
|
|
|
113
114
|
font-weight: bold;
|
|
114
115
|
line-height: 1.1em;
|
|
115
116
|
margin-top: 15px;
|
|
116
|
-
margin-bottom:
|
|
117
|
+
margin-bottom: 6px;
|
|
117
118
|
}
|
|
118
119
|
.page h4 + p,
|
|
119
120
|
.page .h4 + p {
|
|
@@ -124,9 +125,11 @@ body {
|
|
|
124
125
|
margin-bottom: 12px;
|
|
125
126
|
}
|
|
126
127
|
.page .text-red {
|
|
127
|
-
font-style: italic;
|
|
128
128
|
color: red;
|
|
129
129
|
}
|
|
130
|
+
.page .text-italic {
|
|
131
|
+
font-style: italic;
|
|
132
|
+
}
|
|
130
133
|
.page dl {
|
|
131
134
|
display: flex;
|
|
132
135
|
flex-flow: row wrap;
|
|
@@ -239,6 +242,7 @@ body {
|
|
|
239
242
|
.page.signed-document div.content-container .heading-logo {
|
|
240
243
|
width: 110.802px;
|
|
241
244
|
float: right;
|
|
245
|
+
margin-left: 16.6203px;
|
|
242
246
|
}
|
|
243
247
|
.page.signed-document div.content-container h1 {
|
|
244
248
|
font-size: 37.67268px;
|
|
@@ -255,7 +259,7 @@ body {
|
|
|
255
259
|
.page.signed-document div.content-container h3 {
|
|
256
260
|
font-size: 21.05238px;
|
|
257
261
|
margin-top: 16.6203px;
|
|
258
|
-
margin-bottom:
|
|
262
|
+
margin-bottom: 4.43208px;
|
|
259
263
|
}
|
|
260
264
|
.page.signed-document div.content-container p {
|
|
261
265
|
margin-top: 3.32406px;
|
package/dist/style/pdf.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/stories/PDF.scss","../../src/style/abstracts/mixins/_box-sizing.scss"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/stories/PDF.scss","../../src/style/abstracts/mixins/_box-sizing.scss"],"names":[],"mappings":"AAwCA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA,WA7Ca;EA8Cb;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,WA9Da;;;AAgEjB;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;AAAA;IAEI;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EC1FE,oBD2FsB;EC1FnB,iBD0FmB;ECzFd,YDyFc;;;AAIpB;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,OA9Fa;EA+Fb;EACA,aA/FmB;;AAkGvB;AAAA;EAEI,WAjHO;EAkHP;EACA;EACA;EACA;;AACA;AAAA;EACI;EACA,WAvHS;EAwHT;;AAGR;AAAA;EAEI,WA5HO;EA6HP;EACA;EACA,YAlHQ;EAmHR,eAlHW;;AAmHX;AAAA;EACI;;AAGR;AAAA;EAEI,WAtIO;EAuIP;EACA;EACA;EACA,YA5HQ;EA6HR,eA5HW;;AA6HX;AAAA;EACI;;AAIR;AAAA;EAEI,WAlJO;EAmJP;EACA;EACA,YAtIQ;EAuIR,eAtIW;;AAuIX;AAAA;EACI;;AAIR;EACI,YA5Ie;EA6If,eA5IkB;;AA+ItB;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAIZ;EACI;EACA;;AAEI;EACI;EACA;;AACA;EACI;EACA;EACA,WApMK;EAqML;;AAKR;EACI;;AACA;EACI;EACA;EACA,WA9MG;;AAiNH;EACI;;AAOR;EACI;EACA;;AACA;EACI,aAnMkB;EAoMlB,gBApMkB;;AAyM1B;EACI;;AACA;EACI,aA3MgB;EA4MhB,gBA5MgB;;AAmNpC;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKA;AAAA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA,YA9PwB;;AA+PxB;EACI,eA/PuB;;AAmQ/B;EACI;EACA;EACA,QAtRU;EAuRV,OAtRS;EAuRT;EACA;EACA;EACA;EACA,WA9Ra;EA+Rb;EACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;;AAEJ;EACI;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGA;EACI;;AACA;EACI;EACA;EACA;;AAIR;EACI;;AACA;EACI;EACA;EACA;;AAKJ;EACI;EACA;;AAEJ;EACI;EACA;;AAOR;AAAA;EACI;;AAIR;EACI;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAKhB;EACI;IACI;IACA","file":"pdf.css"}
|