metanorma-cc 2.6.0 → 2.6.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f06cedc9dc5ef7e8ad2f9806e257c0b8fa794619cbcb62595e35554a8e071fc
4
- data.tar.gz: cc391473405d591d27ea00edbd6eee5770d9234027290a740a0502357b8cc7da
3
+ metadata.gz: 067c48b731f5cf4d7eee39be3575ef405638a17df93765dab953314625c4a61d
4
+ data.tar.gz: 7a242a32a45832f2c41498130566a6e6420eef5bce0824646424bbc0f94eb4eb
5
5
  SHA512:
6
- metadata.gz: 4a7eeb84686d04e1edb84ba76f3d5c2badf016dba59054d5a3832e79dd0383ae1a7d09b73f8233b29201181e20e3ee927d2369ccb4d8f544810dc8cdc7fe311c
7
- data.tar.gz: 19d9157cab848e346e1f08f9f96ecd295bf1399b5036a6de3a9a33097598d85f3f33f240534cf08e4e94bb7d52fb4da272ee6eabce0fffd971d3ade71aff0410
6
+ metadata.gz: 1f0e3f2a4e79daf8fa9e132c24b602c2efe91a06138d02ba709f330d759335c8a575126545797f3f221df8488b8655405e383d838b41ada33e7e7af7e210a05c
7
+ data.tar.gz: 7eef1523357fbf5fc9a8a7feaba3b8e5efa50dd68b35902c8c84337403487ae345c402e67cf6933285a66fcceccd00ecb339c5974a1556ab530e3fc275e2f8c3
@@ -13,7 +13,8 @@ figure, figcaption, footer, header, hgroup,
13
13
  menu, output, ruby, section, summary,
14
14
  time, mark, audio, video {
15
15
  margin: 0;
16
- padding: 0; }
16
+ padding: 0;
17
+ }
17
18
 
18
19
  html, body, div, span, applet, object, iframe,
19
20
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -29,7 +30,8 @@ figure, figcaption, footer, header, hgroup,
29
30
  menu, nav, output, ruby, section, summary,
30
31
  time, mark, audio, video {
31
32
  border: 0;
32
- font-size: 100%; }
33
+ font-size: 100%;
34
+ }
33
35
 
34
36
  html, body, div, span, applet, object, iframe,
35
37
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -44,7 +46,8 @@ article, aside, canvas, details, embed,
44
46
  figure, figcaption, footer, header, hgroup,
45
47
  menu, nav, output, ruby, section, summary,
46
48
  time, mark, audio, video {
47
- vertical-align: baseline; }
49
+ vertical-align: baseline;
50
+ }
48
51
 
49
52
  html, body, div, span, applet, object, iframe,
50
53
  p, blockquote,
@@ -59,90 +62,115 @@ article, aside, canvas, details, embed,
59
62
  figure, figcaption, footer, header, hgroup,
60
63
  menu, nav, output, ruby, section, summary,
61
64
  time, mark, audio, video {
62
- font-family: {{bodyfont}}; }
65
+ font-family: {{bodyfont}};
66
+ }
63
67
 
64
68
  code, pre, tt, kbd, samp {
65
69
  font-family: {{monospacefont}};
66
- font-variant-ligatures: none; }
70
+ font-variant-ligatures: none;
71
+ }
67
72
 
68
73
  code *, pre *, tt *, kbd *, samp * {
69
74
  font-family: {{monospacefont}} !important;
70
- font-variant-ligatures: none; }
75
+ font-variant-ligatures: none;
76
+ }
71
77
 
72
78
  p code, dt code, li code, label code, legend code, caption code, th code, td code,
73
79
  p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
74
80
  p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
75
81
  p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
76
- font-size: {{monospacefontsize}}; }
82
+ font-size: {{monospacefontsize}};
83
+ }
77
84
 
78
85
  sub, sup {
79
- font-size: 0.75em; }
86
+ font-size: 0.75em;
87
+ }
80
88
 
81
89
  article, aside, details, figcaption, figure,
82
90
  footer, header, hgroup, menu, nav, section {
83
- display: block; }
91
+ display: block;
92
+ }
84
93
 
85
94
  table {
86
95
  border-collapse: collapse;
87
- border-spacing: 0; }
96
+ border-spacing: 0;
97
+ }
88
98
 
89
99
  h1, h2, h3, h4, h5, h6 {
90
- font-family: {{headerfont}}; }
100
+ font-family: {{headerfont}};
101
+ }
91
102
 
92
103
  .h1, .h2, .h3, .h4, .h5, .h6 {
93
- font-family: {{headerfont}}; }
104
+ font-family: {{headerfont}};
105
+ }
94
106
 
95
107
  blockquote, q {
96
- quotes: none; }
97
- blockquote::before, blockquote::after, q::before, q::after {
98
- content: '';
99
- content: none; }
108
+ quotes: none;
109
+ }
110
+ blockquote::before, blockquote::after, q::before, q::after {
111
+ content: "";
112
+ content: none;
113
+ }
100
114
 
101
115
  .h2Annex {
102
- font-family: {{headerfont}}; }
116
+ font-family: {{headerfont}};
117
+ }
103
118
 
104
119
  dl {
105
120
  display: grid;
106
- grid-template-columns: max-content auto; }
107
- dl dt p, dl dd p {
108
- margin-top: 0; }
109
- dl dt {
110
- grid-column-start: 1; }
111
- dl dd {
112
- grid-column-start: 2; }
121
+ grid-template-columns: max-content auto;
122
+ }
123
+ dl dt p, dl dd p {
124
+ margin-top: 0;
125
+ }
126
+ dl dt {
127
+ grid-column-start: 1;
128
+ }
129
+ dl dd {
130
+ grid-column-start: 2;
131
+ }
113
132
 
114
133
  b, strong {
115
- font-weight: bold; }
134
+ font-weight: bold;
135
+ }
116
136
 
117
137
  div.document-stage-band, div.document-type-band {
118
- background-color: #333333; }
138
+ background-color: #333333;
139
+ }
119
140
 
120
141
  a.FootnoteRef + a.FootnoteRef::before {
121
142
  content: ", ";
122
- vertical-align: super; }
143
+ vertical-align: super;
144
+ }
123
145
 
124
146
  a.TableFootnoteRef + a.TableFootnoteRef::before {
125
147
  content: ", ";
126
- vertical-align: super; }
148
+ vertical-align: super;
149
+ }
127
150
 
128
151
  a.TableFootnoteRef, span.TableFootnoteRef,
129
152
  a.FootnoteRef, span.FootnoteRef {
130
- vertical-align: super; }
153
+ vertical-align: super;
154
+ }
131
155
 
132
156
  .addition {
133
- color: blue; }
157
+ color: blue;
158
+ }
134
159
 
135
160
  .deletion {
136
161
  color: red;
137
- text-decoration: line-through; }
162
+ text-decoration: line-through;
163
+ }
138
164
 
139
165
  ruby {
140
166
  ruby-position: over;
141
- -webkit-ruby-position: before; }
167
+ -webkit-ruby-position: before;
168
+ }
142
169
 
143
170
  ruby ruby {
144
171
  ruby-position: under;
145
- -webkit-ruby-position: after; }
172
+ -webkit-ruby-position: after;
173
+ }
146
174
 
147
175
  /* code highlighting with line numbers */
148
176
  table.rouge-line-table td.rouge-gutter {
@@ -150,13 +178,15 @@ table.rouge-line-table td.rouge-gutter {
150
178
  -ms-user-select: none;
151
179
  -webkit-user-select: none;
152
180
  user-select: none;
153
- padding-right: 1em; }
181
+ padding-right: 1em;
182
+ }
154
183
 
155
184
  table.rouge-line-table td.rouge-code {
156
185
  -moz-user-select: all;
157
186
  -ms-user-select: all;
158
187
  -webkit-user-select: all;
159
- user-select: all; }
188
+ user-select: all;
189
+ }
160
190
 
161
191
  table.rouge-line-table,
162
192
  table.rouge-line-table th,
@@ -165,27 +195,32 @@ table.rouge-line-table td {
165
195
  border: none;
166
196
  margin: 0;
167
197
  padding: 0;
168
- font-size: 100%; }
198
+ font-size: 100%;
199
+ }
169
200
 
170
201
  table.rouge-line-table pre {
171
202
  margin: 0;
172
203
  padding: 0;
173
204
  overflow-x: visible;
174
- font-size: 100%; }
205
+ font-size: 100%;
206
+ }
175
207
 
176
208
  /* header § links */
177
209
  a.header {
178
210
  color: inherit;
179
- text-decoration: none; }
211
+ text-decoration: none;
212
+ }
180
213
 
181
214
  a.header:hover {
182
215
  color: #a53221 !important;
183
216
  background: inherit;
184
- box-shadow: none; }
217
+ box-shadow: none;
218
+ }
185
219
 
186
220
  a.header:visited {
187
221
  color: inherit;
188
- text-decoration: none; }
222
+ text-decoration: none;
223
+ }
189
224
 
190
225
  a.anchor {
191
226
  position: absolute;
@@ -196,18 +231,21 @@ a.anchor {
196
231
  text-decoration: none !important;
197
232
  visibility: hidden;
198
233
  text-align: center;
199
- font-weight: 400; }
234
+ font-weight: 400;
235
+ }
200
236
 
201
237
  a.anchor::before {
202
- content: "\00A7";
203
- font-size: .85em;
238
+ content: "§";
239
+ font-size: 0.85em;
204
240
  display: block;
205
- padding-top: .1em; }
241
+ padding-top: 0.1em;
242
+ }
206
243
 
207
244
  a.anchor:hover {
208
245
  color: #a53221;
209
246
  background: inherit;
210
- box-shadow: none; }
247
+ box-shadow: none;
248
+ }
211
249
 
212
250
  h1 > a.anchor:hover,
213
251
  h2 > a.anchor:hover,
@@ -223,13 +261,15 @@ h4:hover > a.anchor,
223
261
  h5:hover > a.anchor,
224
262
  h6:hover > a.anchor,
225
263
  .inline-header:hover > a.anchor {
226
- visibility: visible; }
264
+ visibility: visible;
265
+ }
227
266
 
228
267
  /* collapsible snippets: collapsible before hidable */
229
268
  .hidable {
230
269
  max-height: 0;
231
270
  overflow: hidden;
232
- transition: max-height 0.2s ease-out; }
271
+ transition: max-height 0.2s ease-out;
272
+ }
233
273
 
234
274
  .collapsible {
235
275
  background-color: #777;
@@ -241,152 +281,196 @@ h6:hover > a.anchor,
241
281
  border: none;
242
282
  text-align: left;
243
283
  outline: none;
244
- font-size: 15px; }
284
+ font-size: 15px;
285
+ }
245
286
 
246
287
  .active, .collapsible:hover {
247
- background-color: #555; }
288
+ background-color: #555;
289
+ }
248
290
 
249
291
  .collapsible:after {
250
- content: '\25bc';
292
+ content: "▼";
251
293
  color: white;
252
294
  font-weight: bold;
253
295
  float: right;
254
296
  margin-left: 12px;
255
- margin-right: 12px; }
297
+ margin-right: 12px;
298
+ }
256
299
 
257
300
  .active:after {
258
- content: "\25b2"; }
301
+ content: "";
302
+ }
259
303
 
260
304
  /* collapsible: */
261
305
  .collapsible + .hidable {
262
- margin-top: 0; }
306
+ margin-top: 0;
307
+ }
263
308
 
264
309
  .collapsible:not(.active) + .hidable {
265
310
  overflow: hidden;
266
- padding: 0; }
311
+ padding: 0;
312
+ }
267
313
 
268
314
  #standard-band {
269
- background-color: #0AC442; }
315
+ background-color: #0AC442;
316
+ }
270
317
 
271
318
  #standard {
272
- border-bottom: solid 3px #0AC442; }
319
+ border-bottom: solid 3px #0AC442;
320
+ }
273
321
 
274
322
  #directive-band {
275
- background-color: #540D6E; }
323
+ background-color: #540D6E;
324
+ }
276
325
 
277
326
  #directive {
278
- border-bottom: solid 3px #540D6E; }
327
+ border-bottom: solid 3px #540D6E;
328
+ }
279
329
 
280
330
  #guide-band {
281
- background-color: #D183C9; }
331
+ background-color: #D183C9;
332
+ }
282
333
 
283
334
  #guide {
284
- border-bottom: solid 3px #D183C9; }
335
+ border-bottom: solid 3px #D183C9;
336
+ }
285
337
 
286
338
  #specification-band {
287
- background-color: #65AFFF; }
339
+ background-color: #65AFFF;
340
+ }
288
341
 
289
342
  #specification {
290
- border-bottom: solid 3px #65AFFF; }
343
+ border-bottom: solid 3px #65AFFF;
344
+ }
291
345
 
292
346
  #report-band {
293
- background-color: #3A405A; }
347
+ background-color: #3A405A;
348
+ }
294
349
 
295
350
  #report {
296
- border-bottom: solid 3px #3A405A; }
351
+ border-bottom: solid 3px #3A405A;
352
+ }
297
353
 
298
354
  #amendment-band {
299
- background-color: #F26430; }
355
+ background-color: #F26430;
356
+ }
300
357
 
301
358
  #amendment {
302
- border-bottom: solid 3px #F26430; }
359
+ border-bottom: solid 3px #F26430;
360
+ }
303
361
 
304
362
  #corrigendum-band {
305
- background-color: #C84630; }
363
+ background-color: #C84630;
364
+ }
306
365
 
307
366
  #corrigendum {
308
- border-bottom: solid 3px #C84630; }
367
+ border-bottom: solid 3px #C84630;
368
+ }
309
369
 
310
370
  #administrative-band {
311
- background-color: #BFAE48; }
371
+ background-color: #BFAE48;
372
+ }
312
373
 
313
374
  #administrative {
314
- border-bottom: solid 3px #BFAE48; }
375
+ border-bottom: solid 3px #BFAE48;
376
+ }
315
377
 
316
378
  #advisory-band {
317
- background-color: #BD9391; }
379
+ background-color: #BD9391;
380
+ }
318
381
 
319
382
  #advisory {
320
- border-bottom: solid 3px #BD9391; }
383
+ border-bottom: solid 3px #BD9391;
384
+ }
321
385
 
322
386
  #proposal-band {
323
- background-color: #39A0ED; }
387
+ background-color: #39A0ED;
388
+ }
324
389
 
325
390
  #proposal {
326
- border-bottom: solid 3px #39A0ED; }
391
+ border-bottom: solid 3px #39A0ED;
392
+ }
327
393
 
328
394
  #working-draft-band {
329
- background-color: #2D7393; }
395
+ background-color: #2D7393;
396
+ }
330
397
 
331
398
  #working-draft {
332
- border-bottom: solid 3px #2D7393; }
399
+ border-bottom: solid 3px #2D7393;
400
+ }
333
401
 
334
402
  #committee-draft-band {
335
- background-color: #2A6B7C; }
403
+ background-color: #2A6B7C;
404
+ }
336
405
 
337
406
  #committee-draft {
338
- border-bottom: solid 3px #2A6B7C; }
407
+ border-bottom: solid 3px #2A6B7C;
408
+ }
339
409
 
340
410
  #draft-standard-band {
341
- background-color: #1C7F7A; }
411
+ background-color: #1C7F7A;
412
+ }
342
413
 
343
414
  #draft-standard {
344
- border-bottom: solid 3px #1C7F7A; }
415
+ border-bottom: solid 3px #1C7F7A;
416
+ }
345
417
 
346
418
  #final-draft-band {
347
- background-color: #53C170; }
419
+ background-color: #53C170;
420
+ }
348
421
 
349
422
  #final-draft {
350
- border-bottom: solid 3px #53C170; }
423
+ border-bottom: solid 3px #53C170;
424
+ }
351
425
 
352
426
  #published-band {
353
- background-color: #069E2D; }
427
+ background-color: #069E2D;
428
+ }
354
429
 
355
430
  #published {
356
- border-bottom: solid 3px #069E2D; }
431
+ border-bottom: solid 3px #069E2D;
432
+ }
357
433
 
358
434
  #withdrawn-band {
359
- background-color: #004E64; }
435
+ background-color: #004E64;
436
+ }
360
437
 
361
438
  #withdrawn {
362
- border-bottom: solid 3px #004E64; }
439
+ border-bottom: solid 3px #004E64;
440
+ }
363
441
 
364
442
  #cancelled-band {
365
- background-color: #2E382E; }
443
+ background-color: #2E382E;
444
+ }
366
445
 
367
446
  #cancelled {
368
- border-bottom: solid 3px #2E382E; }
447
+ border-bottom: solid 3px #2E382E;
448
+ }
369
449
 
370
450
  .coverpage {
371
451
  text-align: center;
372
- padding-left: 1.5em; }
452
+ padding-left: 1.5em;
453
+ }
373
454
 
374
455
  .wrapper-top {
375
456
  background-color: #0e1a85;
376
457
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAABYlAAAWJQFJUiTwAAADwUlEQVR4nO3YgQ2AMAwDwcAiWZ1NizrH30lIeIEq9nPOGSDqPgC7+93v/suy3Mmvhx+6VAAIcwFAmc4nyzYAIMgGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAFTNzA9ggAr9aahO8QAAAABJRU5ErkJggg==");
377
458
  color: #ffffff;
378
- padding: 2em 0; }
459
+ padding: 2em 0;
460
+ }
379
461
 
380
462
  .doc-number {
381
463
  font-size: 0.5em;
382
- font-family: {{bodyfont}}; }
464
+ font-family: {{bodyfont}};
465
+ }
383
466
 
384
467
  .coverpage-maturity {
385
468
  font-family: {{bodyfont}};
386
469
  font-weight: 400;
387
470
  font-size: 1em;
388
471
  margin: 0 0 2em 0;
389
- text-transform: uppercase; }
472
+ text-transform: uppercase;
473
+ }
390
474
 
391
475
  .coverpage-title {
392
476
  padding-bottom: 0.5em;
@@ -395,74 +479,90 @@ h6:hover > a.anchor,
395
479
  line-height: 1.2em;
396
480
  font-weight: 600;
397
481
  padding-left: 1em;
398
- padding-right: 1em; }
482
+ padding-right: 1em;
483
+ }
399
484
 
400
485
  .title-section1 {
401
- padding: 0 2em 0 3em; }
486
+ padding: 0 2em 0 3em;
487
+ }
402
488
 
403
489
  .prefatory-section {
404
- padding: 0 3em 0 6em; }
490
+ padding: 0 3em 0 6em;
491
+ }
405
492
 
406
493
  .zzSTDTitle1, .MsoCommentText {
407
- display: none; }
494
+ display: none;
495
+ }
408
496
 
409
497
  .coverpage-logo span, .coverpage-tc-name span {
410
498
  font-family: {{bodyfont}};
411
499
  text-transform: uppercase;
412
- font-weight: 600; }
500
+ font-weight: 600;
501
+ }
413
502
 
414
503
  .coverpage-tc-name {
415
504
  font-size: 1.2em;
416
505
  line-height: 1.2em;
417
- margin: 0.25em 0; }
506
+ margin: 0.25em 0;
507
+ }
418
508
 
419
509
  .coverpage-contributors {
420
510
  margin-top: 1em;
421
511
  line-height: 1.5em;
422
- font-weight: 300; }
423
- .coverpage-contributors .role {
424
- font-variant-caps: all-small-caps;
425
- background: #f7f7f7;
426
- border-radius: 5px;
427
- padding: 0.1em 0.5em;
428
- margin-left: 1em;
429
- color: #485094;
430
- font-size: 0.9em;
431
- font-weight: 900; }
432
- .coverpage-contributors .person {
433
- display: block;
434
- font-weight: 300; }
512
+ font-weight: 300;
513
+ }
514
+ .coverpage-contributors .role {
515
+ font-variant-caps: all-small-caps;
516
+ background: #f7f7f7;
517
+ border-radius: 5px;
518
+ padding: 0.1em 0.5em;
519
+ margin-left: 1em;
520
+ color: #485094;
521
+ font-size: 0.9em;
522
+ font-weight: 900;
523
+ }
524
+ .coverpage-contributors .person {
525
+ display: block;
526
+ font-weight: 300;
527
+ }
435
528
 
436
529
  .coverpage-doc-identity {
437
530
  font-size: 2em;
438
- line-height: 2em; }
531
+ line-height: 2em;
532
+ }
439
533
 
440
534
  .coverpage-title .title-second {
441
- display: none; }
535
+ display: none;
536
+ }
442
537
 
443
538
  .coverpage-stage-block {
444
539
  font-family: {{bodyfont}};
445
540
  font-weight: 700;
446
541
  font-size: 1.25em;
447
542
  margin: 2em 0em 2em 0em;
448
- text-transform: uppercase; }
543
+ text-transform: uppercase;
544
+ }
449
545
 
450
546
  .coverpage-warning {
451
547
  border-top: solid 1px #f36f36;
452
548
  border-bottom: solid 1px #f36f36;
453
549
  margin: 1em 2em;
454
550
  color: #485094;
455
- padding: 1em; }
456
- .coverpage-warning .title {
457
- color: #f36f36;
458
- font-family: {{headerfont}};
459
- font-weight: 700;
460
- text-transform: uppercase;
461
- font-size: 1.2em; }
551
+ padding: 1em;
552
+ }
553
+ .coverpage-warning .title {
554
+ color: #f36f36;
555
+ font-family: {{headerfont}};
556
+ font-weight: 700;
557
+ text-transform: uppercase;
558
+ font-size: 1.2em;
559
+ }
462
560
 
463
561
  .copyright {
464
562
  padding: 1em;
465
563
  font-size: 0.9em;
466
- text-align: left; }
467
- .copyright .name, .copyright .address {
468
- color: #485094; }
564
+ text-align: left;
565
+ }
566
+ .copyright .name, .copyright .address {
567
+ color: #485094;
568
+ }
@@ -1,4 +1,5 @@
1
- @import 'base_style/all';
1
+ @use 'variables' as *;
2
+ @use 'base_style/all' as *;
2
3
 
3
4
  .coverpage {
4
5
  text-align: center;