@amiceli/papierjs 0.0.1 → 0.2.0

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.
Files changed (127) hide show
  1. package/dist/cjs/{index-028aee0a.js → index-1be60996.js} +398 -6
  2. package/dist/cjs/index-1be60996.js.map +1 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/p-alert.cjs.entry.js +3 -5
  5. package/dist/cjs/p-alert.cjs.entry.js.map +1 -1
  6. package/dist/cjs/p-badge.cjs.entry.js +34 -0
  7. package/dist/cjs/p-badge.cjs.entry.js.map +1 -0
  8. package/dist/cjs/p-button.cjs.entry.js +3 -3
  9. package/dist/cjs/p-button.cjs.entry.js.map +1 -1
  10. package/dist/cjs/p-dropdown-item.cjs.entry.js +35 -0
  11. package/dist/cjs/p-dropdown-item.cjs.entry.js.map +1 -0
  12. package/dist/cjs/p-dropdown.cjs.entry.js +2469 -0
  13. package/dist/cjs/p-dropdown.cjs.entry.js.map +1 -0
  14. package/dist/cjs/p-input-text.cjs.entry.js +45 -0
  15. package/dist/cjs/p-input-text.cjs.entry.js.map +1 -0
  16. package/dist/cjs/p-leaf.cjs.entry.js +26 -0
  17. package/dist/cjs/p-leaf.cjs.entry.js.map +1 -0
  18. package/dist/cjs/p-progress-bar.cjs.entry.js +3 -3
  19. package/dist/cjs/p-progress-bar.cjs.entry.js.map +1 -1
  20. package/dist/cjs/papierjs.cjs.js +2 -2
  21. package/dist/collection/collection-manifest.json +5 -0
  22. package/dist/collection/components/alert/alert.css +870 -1088
  23. package/dist/collection/components/alert/alert.js +1 -4
  24. package/dist/collection/components/alert/alert.js.map +1 -1
  25. package/dist/collection/components/badge/badge.css +3222 -0
  26. package/dist/collection/components/badge/badge.js +82 -0
  27. package/dist/collection/components/badge/badge.js.map +1 -0
  28. package/dist/collection/components/button/button.css +870 -1088
  29. package/dist/collection/components/button/button.js +1 -2
  30. package/dist/collection/components/button/button.js.map +1 -1
  31. package/dist/collection/components/dropdown/dropdown.css +3301 -0
  32. package/dist/collection/components/dropdown/dropdown.js +145 -0
  33. package/dist/collection/components/dropdown/dropdown.js.map +1 -0
  34. package/dist/collection/components/dropdown-item/dropdown-item.js +114 -0
  35. package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
  36. package/dist/collection/components/input/input-text/input-text.css +3245 -0
  37. package/dist/collection/components/input/input-text/input-text.js +223 -0
  38. package/dist/collection/components/input/input-text/input-text.js.map +1 -0
  39. package/dist/collection/components/leaf/leaf.css +3219 -0
  40. package/dist/collection/components/leaf/leaf.js +48 -0
  41. package/dist/collection/components/leaf/leaf.js.map +1 -0
  42. package/dist/collection/components/progress-bar/progress-bar.css +870 -1088
  43. package/dist/collection/components/progress-bar/progress-bar.js +1 -2
  44. package/dist/collection/components/progress-bar/progress-bar.js.map +1 -1
  45. package/dist/components/index.js +1 -1
  46. package/dist/components/{p-5ec03f76.js → p-81e1c3fa.js} +364 -7
  47. package/dist/components/p-81e1c3fa.js.map +1 -0
  48. package/dist/components/p-alert.js +3 -5
  49. package/dist/components/p-alert.js.map +1 -1
  50. package/dist/components/p-badge.d.ts +11 -0
  51. package/dist/components/p-badge.js +52 -0
  52. package/dist/components/p-badge.js.map +1 -0
  53. package/dist/components/p-button.js +3 -3
  54. package/dist/components/p-button.js.map +1 -1
  55. package/dist/components/p-dropdown-item.d.ts +11 -0
  56. package/dist/components/p-dropdown-item.js +54 -0
  57. package/dist/components/p-dropdown-item.js.map +1 -0
  58. package/dist/components/p-dropdown.d.ts +11 -0
  59. package/dist/components/p-dropdown.js +2489 -0
  60. package/dist/components/p-dropdown.js.map +1 -0
  61. package/dist/components/p-input-text.d.ts +11 -0
  62. package/dist/components/p-input-text.js +69 -0
  63. package/dist/components/p-input-text.js.map +1 -0
  64. package/dist/components/p-leaf.d.ts +11 -0
  65. package/dist/components/p-leaf.js +42 -0
  66. package/dist/components/p-leaf.js.map +1 -0
  67. package/dist/components/p-progress-bar.js +3 -3
  68. package/dist/components/p-progress-bar.js.map +1 -1
  69. package/dist/esm/{index-ad124052.js → index-a242df70.js} +398 -7
  70. package/dist/esm/index-a242df70.js.map +1 -0
  71. package/dist/esm/loader.js +3 -3
  72. package/dist/esm/p-alert.entry.js +3 -5
  73. package/dist/esm/p-alert.entry.js.map +1 -1
  74. package/dist/esm/p-badge.entry.js +30 -0
  75. package/dist/esm/p-badge.entry.js.map +1 -0
  76. package/dist/esm/p-button.entry.js +3 -3
  77. package/dist/esm/p-button.entry.js.map +1 -1
  78. package/dist/esm/p-dropdown-item.entry.js +31 -0
  79. package/dist/esm/p-dropdown-item.entry.js.map +1 -0
  80. package/dist/esm/p-dropdown.entry.js +2465 -0
  81. package/dist/esm/p-dropdown.entry.js.map +1 -0
  82. package/dist/esm/p-input-text.entry.js +41 -0
  83. package/dist/esm/p-input-text.entry.js.map +1 -0
  84. package/dist/esm/p-leaf.entry.js +22 -0
  85. package/dist/esm/p-leaf.entry.js.map +1 -0
  86. package/dist/esm/p-progress-bar.entry.js +3 -3
  87. package/dist/esm/p-progress-bar.entry.js.map +1 -1
  88. package/dist/esm/papierjs.js +3 -3
  89. package/dist/papierjs/p-0feb5c6d.entry.js +2 -0
  90. package/dist/papierjs/p-0feb5c6d.entry.js.map +1 -0
  91. package/dist/papierjs/p-17353c7b.entry.js +2 -0
  92. package/dist/papierjs/p-17353c7b.entry.js.map +1 -0
  93. package/dist/papierjs/p-370e3431.entry.js +2 -0
  94. package/dist/papierjs/p-370e3431.entry.js.map +1 -0
  95. package/dist/papierjs/p-3c1781d8.js +3 -0
  96. package/dist/papierjs/p-3c1781d8.js.map +1 -0
  97. package/dist/papierjs/p-4199034f.entry.js +2 -0
  98. package/dist/papierjs/p-4199034f.entry.js.map +1 -0
  99. package/dist/papierjs/p-524777fc.entry.js +2 -0
  100. package/dist/papierjs/p-524777fc.entry.js.map +1 -0
  101. package/dist/papierjs/p-9cbdff58.entry.js +331 -0
  102. package/dist/papierjs/p-9cbdff58.entry.js.map +1 -0
  103. package/dist/papierjs/p-aa9cca5f.entry.js +2 -0
  104. package/dist/papierjs/p-aa9cca5f.entry.js.map +1 -0
  105. package/dist/papierjs/p-b1a06c34.entry.js +2 -0
  106. package/dist/papierjs/p-b1a06c34.entry.js.map +1 -0
  107. package/dist/papierjs/papierjs.esm.js +1 -1
  108. package/dist/papierjs/papierjs.esm.js.map +1 -1
  109. package/dist/types/components/badge/badge.d.ts +9 -0
  110. package/dist/types/components/dropdown/dropdown.d.ts +15 -0
  111. package/dist/types/components/dropdown-item/dropdown-item.d.ts +10 -0
  112. package/dist/types/components/input/input-text/input-text.d.ts +15 -0
  113. package/dist/types/components/leaf/leaf.d.ts +5 -0
  114. package/dist/types/components.d.ts +145 -0
  115. package/package.json +5 -3
  116. package/{README.md → readme.md} +22 -7
  117. package/dist/cjs/index-028aee0a.js.map +0 -1
  118. package/dist/components/p-5ec03f76.js.map +0 -1
  119. package/dist/esm/index-ad124052.js.map +0 -1
  120. package/dist/papierjs/p-14f67b19.entry.js +0 -2
  121. package/dist/papierjs/p-14f67b19.entry.js.map +0 -1
  122. package/dist/papierjs/p-8ae1632f.entry.js +0 -2
  123. package/dist/papierjs/p-8ae1632f.entry.js.map +0 -1
  124. package/dist/papierjs/p-be2fe2c0.js +0 -3
  125. package/dist/papierjs/p-be2fe2c0.js.map +0 -1
  126. package/dist/papierjs/p-d1c3c0ac.entry.js +0 -2
  127. package/dist/papierjs/p-d1c3c0ac.entry.js.map +0 -1
@@ -1,16 +1,69 @@
1
+ @charset "UTF-8";
1
2
  :host {
2
3
  display: block;
3
4
  width: 100%;
4
5
  box-sizing: border-box;
5
6
  }
6
7
  :host .papier {
7
- @charset "UTF-8";
8
- /* PaperCSS core */
9
- /**
10
- Global PaperCSS Config
11
- */
12
- @import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap");
13
- html {
8
+ /* PaperCSS core */
9
+ /**
10
+ Global PaperCSS Config
11
+ */
12
+ @import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap");
13
+ /* stylelint-disable */
14
+ /* stylelint-enable */
15
+ /**
16
+ This Loop will generate the various .text- and .background- classes
17
+ based on the $colors map above.
18
+ */
19
+ /**
20
+ PaperCSS Mixins
21
+ */
22
+ /**
23
+ Assign a border style to a component selector.
24
+ @param integer
25
+ @default 1
26
+ */
27
+ /**
28
+ Mixin for setting responsive breakpoints
29
+ @param string | integer
30
+ @default null
31
+ */
32
+ /**
33
+ Useful helper mixins
34
+ */
35
+ /*
36
+ Add transform: translate() with browser prefixes.
37
+ Same syntax for translate() and translate3d()
38
+ To get 3D add a $z value and set 'true'
39
+ @param string | boolean
40
+ @default 0 | false
41
+ */
42
+ /*
43
+ Add global transition styles to selector
44
+ @param string
45
+ @default all | 235ms | ease-in-out | 0
46
+ */
47
+ /**
48
+ Set the shadow type for a component
49
+ @param string
50
+ @default regular
51
+ */
52
+ /**
53
+ Sets a striped background on a component
54
+ @param string
55
+ */
56
+ /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
57
+ /* stylelint-disable */
58
+ /* stylelint-enable */
59
+ /* Layout styling */
60
+ /* Content styling */
61
+ /* Utilities */
62
+ /* Components */
63
+ font-family: "Neucha", sans-serif;
64
+ font-size: 20px;
65
+ }
66
+ :host .papier html {
14
67
  --primary: #41403e;
15
68
  --secondary: #0b74d5;
16
69
  --success: #86a361;
@@ -60,8 +113,7 @@ html {
60
113
  --shadow-color-hover: rgba(0, 0, 0, 0.3);
61
114
  --primary-inverse: #fff;
62
115
  }
63
-
64
- html.dark {
116
+ :host .papier html.dark {
65
117
  --primary: #fff;
66
118
  --secondary: #5595ce;
67
119
  --success: #70c272;
@@ -111,281 +163,193 @@ html.dark {
111
163
  --shadow-color-hover: rgba(0, 0, 0, 0.3);
112
164
  --primary-inverse: #41403e;
113
165
  }
114
-
115
- /* stylelint-disable */
116
- /* stylelint-enable */
117
- /**
118
- This Loop will generate the various .text- and .background- classes
119
- based on the $colors map above.
120
- */
121
- .text-primary {
166
+ :host .papier .text-primary {
122
167
  color: #41403e;
123
168
  color: var(--primary);
124
169
  }
125
-
126
- .background-primary {
170
+ :host .papier .background-primary {
127
171
  background-color: #41403e;
128
172
  background-color: var(--primary-light);
129
173
  }
130
-
131
- .text-secondary {
174
+ :host .papier .text-secondary {
132
175
  color: #41403e;
133
176
  color: var(--secondary);
134
177
  }
135
-
136
- .background-secondary {
178
+ :host .papier .background-secondary {
137
179
  background-color: #41403e;
138
180
  background-color: var(--secondary-light);
139
181
  }
140
-
141
- .text-success {
182
+ :host .papier .text-success {
142
183
  color: #41403e;
143
184
  color: var(--success);
144
185
  }
145
-
146
- .background-success {
186
+ :host .papier .background-success {
147
187
  background-color: #41403e;
148
188
  background-color: var(--success-light);
149
189
  }
150
-
151
- .text-warning {
190
+ :host .papier .text-warning {
152
191
  color: #41403e;
153
192
  color: var(--warning);
154
193
  }
155
-
156
- .background-warning {
194
+ :host .papier .background-warning {
157
195
  background-color: #41403e;
158
196
  background-color: var(--warning-light);
159
197
  }
160
-
161
- .text-danger {
198
+ :host .papier .text-danger {
162
199
  color: #41403e;
163
200
  color: var(--danger);
164
201
  }
165
-
166
- .background-danger {
202
+ :host .papier .background-danger {
167
203
  background-color: #41403e;
168
204
  background-color: var(--danger-light);
169
205
  }
170
-
171
- .text-muted {
206
+ :host .papier .text-muted {
172
207
  color: #41403e;
173
208
  color: var(--muted);
174
209
  }
175
-
176
- .background-muted {
210
+ :host .papier .background-muted {
177
211
  background-color: #41403e;
178
212
  background-color: var(--muted-light);
179
213
  }
180
-
181
- /**
182
- PaperCSS Mixins
183
- */
184
- /**
185
- Assign a border style to a component selector.
186
- @param integer
187
- @default 1
188
- */
189
- /**
190
- Mixin for setting responsive breakpoints
191
- @param string | integer
192
- @default null
193
- */
194
- /**
195
- Useful helper mixins
196
- */
197
- /*
198
- Add transform: translate() with browser prefixes.
199
- Same syntax for translate() and translate3d()
200
- To get 3D add a $z value and set 'true'
201
- @param string | boolean
202
- @default 0 | false
203
- */
204
- /*
205
- Add global transition styles to selector
206
- @param string
207
- @default all | 235ms | ease-in-out | 0
208
- */
209
- /**
210
- Set the shadow type for a component
211
- @param string
212
- @default regular
213
- */
214
- /**
215
- Sets a striped background on a component
216
- @param string
217
- */
218
- /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
219
- /* stylelint-disable */
220
- html {
214
+ :host .papier html {
221
215
  line-height: 1.15;
222
216
  -ms-text-size-adjust: 100%;
223
217
  -webkit-text-size-adjust: 100%;
224
218
  }
225
-
226
- body {
219
+ :host .papier body {
227
220
  margin: 0;
228
221
  }
229
-
230
- article,
231
- aside,
232
- footer,
233
- header,
234
- nav,
235
- section {
222
+ :host .papier article,
223
+ :host .papier aside,
224
+ :host .papier footer,
225
+ :host .papier header,
226
+ :host .papier nav,
227
+ :host .papier section {
236
228
  display: block;
237
229
  }
238
-
239
- h1 {
230
+ :host .papier h1 {
240
231
  font-size: 2em;
241
232
  margin: 0.67em 0;
242
233
  }
243
-
244
- figcaption,
245
- figure,
246
- main {
234
+ :host .papier figcaption,
235
+ :host .papier figure,
236
+ :host .papier main {
247
237
  display: block;
248
238
  }
249
-
250
- figure {
239
+ :host .papier figure {
251
240
  margin: 1em 40px;
252
241
  }
253
-
254
- hr {
242
+ :host .papier hr {
255
243
  box-sizing: content-box;
256
244
  height: 0;
257
245
  overflow: visible;
258
246
  }
259
-
260
- pre {
247
+ :host .papier pre {
261
248
  font-family: monospace, monospace;
262
249
  font-size: 1em;
263
250
  }
264
-
265
- a {
251
+ :host .papier a {
266
252
  background-color: transparent;
267
253
  -webkit-text-decoration-skip: objects;
268
254
  }
269
-
270
- abbr[title] {
255
+ :host .papier abbr[title] {
271
256
  border-bottom: none;
272
257
  text-decoration: underline;
273
258
  -webkit-text-decoration: underline dotted;
274
- text-decoration: underline dotted;
259
+ text-decoration: underline dotted;
275
260
  }
276
-
277
- b,
278
- strong {
261
+ :host .papier b,
262
+ :host .papier strong {
279
263
  font-weight: inherit;
280
264
  }
281
-
282
- b,
283
- strong {
265
+ :host .papier b,
266
+ :host .papier strong {
284
267
  font-weight: bolder;
285
268
  }
286
-
287
- code,
288
- kbd,
289
- samp {
269
+ :host .papier code,
270
+ :host .papier kbd,
271
+ :host .papier samp {
290
272
  font-family: monospace, monospace;
291
273
  font-size: 1em;
292
274
  }
293
-
294
- dfn {
275
+ :host .papier dfn {
295
276
  font-style: italic;
296
277
  }
297
-
298
- mark {
278
+ :host .papier mark {
299
279
  background-color: #ff0;
300
280
  color: #000;
301
281
  }
302
-
303
- small {
282
+ :host .papier small {
304
283
  font-size: 80%;
305
284
  }
306
-
307
- sub,
308
- sup {
285
+ :host .papier sub,
286
+ :host .papier sup {
309
287
  font-size: 75%;
310
288
  line-height: 0;
311
289
  position: relative;
312
290
  vertical-align: baseline;
313
291
  }
314
-
315
- sub {
292
+ :host .papier sub {
316
293
  bottom: -0.25em;
317
294
  }
318
-
319
- sup {
295
+ :host .papier sup {
320
296
  top: -0.5em;
321
297
  }
322
-
323
- audio,
324
- video {
298
+ :host .papier audio,
299
+ :host .papier video {
325
300
  display: inline-block;
326
301
  }
327
-
328
- audio:not([controls]) {
302
+ :host .papier audio:not([controls]) {
329
303
  display: none;
330
304
  height: 0;
331
305
  }
332
-
333
- img {
306
+ :host .papier img {
334
307
  border-style: none;
335
308
  }
336
-
337
- svg:not(:root) {
309
+ :host .papier svg:not(:root) {
338
310
  overflow: hidden;
339
311
  }
340
-
341
- button,
342
- input,
343
- optgroup,
344
- select,
345
- textarea {
312
+ :host .papier button,
313
+ :host .papier input,
314
+ :host .papier optgroup,
315
+ :host .papier select,
316
+ :host .papier textarea {
346
317
  font-family: sans-serif;
347
318
  font-size: 100%;
348
319
  line-height: 1.15;
349
320
  margin: 0;
350
321
  }
351
-
352
- button,
353
- input {
322
+ :host .papier button,
323
+ :host .papier input {
354
324
  overflow: visible;
355
325
  }
356
-
357
- button,
358
- select {
326
+ :host .papier button,
327
+ :host .papier select {
359
328
  text-transform: none;
360
329
  }
361
-
362
- [type=reset],
363
- [type=submit],
364
- button,
365
- html [type=button] {
330
+ :host .papier [type=reset],
331
+ :host .papier [type=submit],
332
+ :host .papier button,
333
+ :host .papier html [type=button] {
366
334
  -webkit-appearance: button;
367
335
  }
368
-
369
- [type=button]::-moz-focus-inner,
370
- [type=reset]::-moz-focus-inner,
371
- [type=submit]::-moz-focus-inner,
372
- button::-moz-focus-inner {
336
+ :host .papier [type=button]::-moz-focus-inner,
337
+ :host .papier [type=reset]::-moz-focus-inner,
338
+ :host .papier [type=submit]::-moz-focus-inner,
339
+ :host .papier button::-moz-focus-inner {
373
340
  border-style: none;
374
341
  padding: 0;
375
342
  }
376
-
377
- [type=button]:-moz-focusring,
378
- [type=reset]:-moz-focusring,
379
- [type=submit]:-moz-focusring,
380
- button:-moz-focusring {
343
+ :host .papier [type=button]:-moz-focusring,
344
+ :host .papier [type=reset]:-moz-focusring,
345
+ :host .papier [type=submit]:-moz-focusring,
346
+ :host .papier button:-moz-focusring {
381
347
  outline: 1px dotted ButtonText;
382
348
  }
383
-
384
- fieldset {
349
+ :host .papier fieldset {
385
350
  padding: 0.35em 0.75em 0.625em;
386
351
  }
387
-
388
- legend {
352
+ :host .papier legend {
389
353
  box-sizing: border-box;
390
354
  color: inherit;
391
355
  display: table;
@@ -393,112 +357,90 @@ legend {
393
357
  padding: 0;
394
358
  white-space: normal;
395
359
  }
396
-
397
- progress {
360
+ :host .papier progress {
398
361
  display: inline-block;
399
362
  vertical-align: baseline;
400
363
  }
401
-
402
- textarea {
364
+ :host .papier textarea {
403
365
  overflow: auto;
404
366
  }
405
-
406
- [type=checkbox],
407
- [type=radio] {
367
+ :host .papier [type=checkbox],
368
+ :host .papier [type=radio] {
408
369
  box-sizing: border-box;
409
370
  padding: 0;
410
371
  }
411
-
412
- [type=number]::-webkit-inner-spin-button,
413
- [type=number]::-webkit-outer-spin-button {
372
+ :host .papier [type=number]::-webkit-inner-spin-button,
373
+ :host .papier [type=number]::-webkit-outer-spin-button {
414
374
  height: auto;
415
375
  }
416
-
417
- [type=search] {
376
+ :host .papier [type=search] {
418
377
  -webkit-appearance: textfield;
419
378
  outline-offset: -2px;
420
379
  }
421
-
422
- [type=search]::-webkit-search-cancel-button,
423
- [type=search]::-webkit-search-decoration {
380
+ :host .papier [type=search]::-webkit-search-cancel-button,
381
+ :host .papier [type=search]::-webkit-search-decoration {
424
382
  -webkit-appearance: none;
425
383
  }
426
-
427
- ::-webkit-file-upload-button {
384
+ :host .papier ::-webkit-file-upload-button {
428
385
  -webkit-appearance: button;
429
386
  font: inherit;
430
387
  }
431
-
432
- details,
433
- menu {
388
+ :host .papier details,
389
+ :host .papier menu {
434
390
  display: block;
435
391
  }
436
-
437
- summary {
392
+ :host .papier summary {
438
393
  display: list-item;
439
394
  }
440
-
441
- canvas {
395
+ :host .papier canvas {
442
396
  display: inline-block;
443
397
  }
444
-
445
- template {
398
+ :host .papier template {
446
399
  display: none;
447
400
  }
448
-
449
- [hidden] {
401
+ :host .papier [hidden] {
450
402
  display: none;
451
403
  }
452
-
453
- html {
404
+ :host .papier html {
454
405
  box-sizing: border-box;
455
406
  }
456
-
457
- *, *:before, *:after {
407
+ :host .papier *, :host .papier *:before, :host .papier *:after {
458
408
  box-sizing: inherit;
459
409
  }
460
-
461
- /* stylelint-enable */
462
- /* Layout styling */
463
- .container {
410
+ :host .papier .container {
464
411
  margin: 0 auto;
465
412
  max-width: 960px;
466
413
  position: relative;
467
414
  width: 100%;
468
415
  }
469
416
  @media only screen and (max-width: 992px) {
470
- .container {
417
+ :host .papier .container {
471
418
  width: 85%;
472
419
  }
473
420
  }
474
421
  @media only screen and (max-width: 480px) {
475
- .container {
422
+ :host .papier .container {
476
423
  width: 90%;
477
424
  }
478
425
  }
479
-
480
- .container.container-xs {
426
+ :host .papier .container.container-xs {
481
427
  max-width: 480px;
482
428
  }
483
-
484
- .container.container-sm {
429
+ :host .papier .container.container-sm {
485
430
  max-width: 768px;
486
431
  }
487
-
488
- .container.container-md {
432
+ :host .papier .container.container-md {
489
433
  max-width: 992px;
490
434
  }
491
-
492
- .container.container-lg {
435
+ :host .papier .container.container-lg {
493
436
  max-width: 1200px;
494
437
  }
495
-
496
- .section {
438
+ :host .papier .section {
497
439
  margin-bottom: 2rem;
498
440
  margin-top: 1rem;
499
441
  word-wrap: break-word;
500
442
  }
501
- .section::after {
443
+ :host .papier .section::after {
502
444
  color: #8f8d89;
503
445
  content: "~~~";
504
446
  display: block;
@@ -506,11 +448,10 @@ html {
506
448
  position: relative;
507
449
  text-align: center;
508
450
  }
509
-
510
- hr {
451
+ :host .papier hr {
511
452
  border: 0;
512
453
  }
513
- hr::after {
454
+ :host .papier hr::after {
514
455
  color: #8f8d89;
515
456
  content: "~~~";
516
457
  display: block;
@@ -519,8 +460,7 @@ hr::after {
519
460
  text-align: center;
520
461
  top: -0.75rem;
521
462
  }
522
-
523
- .paper {
463
+ :host .papier .paper {
524
464
  background-color: #41403e;
525
465
  background-color: var(--main-background);
526
466
  border: 1px solid #cdcccb;
@@ -530,394 +470,330 @@ hr::after {
530
470
  padding: 2rem;
531
471
  }
532
472
  @media only screen and (max-width: 480px) {
533
- .paper {
473
+ :host .papier .paper {
534
474
  margin-bottom: 0;
535
475
  margin-top: 0;
536
476
  padding: 1rem;
537
477
  width: 100%;
538
478
  }
539
479
  }
540
-
541
- .row {
480
+ :host .papier .row {
542
481
  display: flex;
543
482
  flex-flow: row wrap;
544
483
  margin-bottom: 1rem;
545
484
  margin-left: auto;
546
485
  margin-right: auto;
547
486
  }
548
- .row.flex-right {
487
+ :host .papier .row.flex-right {
549
488
  justify-content: flex-end;
550
489
  }
551
- .row.flex-center {
490
+ :host .papier .row.flex-center {
552
491
  justify-content: center;
553
492
  }
554
- .row.flex-edges {
493
+ :host .papier .row.flex-edges {
555
494
  justify-content: space-between;
556
495
  }
557
- .row.flex-spaces {
496
+ :host .papier .row.flex-spaces {
558
497
  justify-content: space-around;
559
498
  }
560
- .row.flex-top {
499
+ :host .papier .row.flex-top {
561
500
  align-items: flex-start;
562
501
  }
563
- .row.flex-middle {
502
+ :host .papier .row.flex-middle {
564
503
  align-items: center;
565
504
  }
566
- .row.flex-bottom {
505
+ :host .papier .row.flex-bottom {
567
506
  align-items: flex-end;
568
507
  }
569
-
570
- .col {
508
+ :host .papier .col {
571
509
  padding: 1rem;
572
510
  }
573
511
  @media only screen and (max-width: 768px) {
574
- .col {
512
+ :host .papier .col {
575
513
  flex: 0 0 100%;
576
514
  max-width: 100%;
577
515
  }
578
516
  }
579
-
580
- .col-fill {
517
+ :host .papier .col-fill {
581
518
  flex: 1 1 0;
582
519
  width: auto;
583
520
  }
584
-
585
521
  @media only screen and (min-width: 0) {
586
- .col-1 {
522
+ :host .papier .col-1 {
587
523
  flex: 0 0 8.3333333333%;
588
524
  max-width: 8.3333333333%;
589
525
  }
590
-
591
- .col-2 {
526
+ :host .papier .col-2 {
592
527
  flex: 0 0 16.6666666667%;
593
528
  max-width: 16.6666666667%;
594
529
  }
595
-
596
- .col-3 {
530
+ :host .papier .col-3 {
597
531
  flex: 0 0 25%;
598
532
  max-width: 25%;
599
533
  }
600
-
601
- .col-4 {
534
+ :host .papier .col-4 {
602
535
  flex: 0 0 33.3333333333%;
603
536
  max-width: 33.3333333333%;
604
537
  }
605
-
606
- .col-5 {
538
+ :host .papier .col-5 {
607
539
  flex: 0 0 41.6666666667%;
608
540
  max-width: 41.6666666667%;
609
541
  }
610
-
611
- .col-6 {
542
+ :host .papier .col-6 {
612
543
  flex: 0 0 50%;
613
544
  max-width: 50%;
614
545
  }
615
-
616
- .col-7 {
546
+ :host .papier .col-7 {
617
547
  flex: 0 0 58.3333333333%;
618
548
  max-width: 58.3333333333%;
619
549
  }
620
-
621
- .col-8 {
550
+ :host .papier .col-8 {
622
551
  flex: 0 0 66.6666666667%;
623
552
  max-width: 66.6666666667%;
624
553
  }
625
-
626
- .col-9 {
554
+ :host .papier .col-9 {
627
555
  flex: 0 0 75%;
628
556
  max-width: 75%;
629
557
  }
630
-
631
- .col-10 {
558
+ :host .papier .col-10 {
632
559
  flex: 0 0 83.3333333333%;
633
560
  max-width: 83.3333333333%;
634
561
  }
635
-
636
- .col-11 {
562
+ :host .papier .col-11 {
637
563
  flex: 0 0 91.6666666667%;
638
564
  max-width: 91.6666666667%;
639
565
  }
640
-
641
- .col-12 {
566
+ :host .papier .col-12 {
642
567
  flex: 0 0 100%;
643
568
  max-width: 100%;
644
569
  }
645
570
  }
646
571
  @media only screen and (min-width: 480px) {
647
- .xs-1 {
572
+ :host .papier .xs-1 {
648
573
  flex: 0 0 8.3333333333%;
649
574
  max-width: 8.3333333333%;
650
575
  }
651
-
652
- .xs-2 {
576
+ :host .papier .xs-2 {
653
577
  flex: 0 0 16.6666666667%;
654
578
  max-width: 16.6666666667%;
655
579
  }
656
-
657
- .xs-3 {
580
+ :host .papier .xs-3 {
658
581
  flex: 0 0 25%;
659
582
  max-width: 25%;
660
583
  }
661
-
662
- .xs-4 {
584
+ :host .papier .xs-4 {
663
585
  flex: 0 0 33.3333333333%;
664
586
  max-width: 33.3333333333%;
665
587
  }
666
-
667
- .xs-5 {
588
+ :host .papier .xs-5 {
668
589
  flex: 0 0 41.6666666667%;
669
590
  max-width: 41.6666666667%;
670
591
  }
671
-
672
- .xs-6 {
592
+ :host .papier .xs-6 {
673
593
  flex: 0 0 50%;
674
594
  max-width: 50%;
675
595
  }
676
-
677
- .xs-7 {
596
+ :host .papier .xs-7 {
678
597
  flex: 0 0 58.3333333333%;
679
598
  max-width: 58.3333333333%;
680
599
  }
681
-
682
- .xs-8 {
600
+ :host .papier .xs-8 {
683
601
  flex: 0 0 66.6666666667%;
684
602
  max-width: 66.6666666667%;
685
603
  }
686
-
687
- .xs-9 {
604
+ :host .papier .xs-9 {
688
605
  flex: 0 0 75%;
689
606
  max-width: 75%;
690
607
  }
691
-
692
- .xs-10 {
608
+ :host .papier .xs-10 {
693
609
  flex: 0 0 83.3333333333%;
694
610
  max-width: 83.3333333333%;
695
611
  }
696
-
697
- .xs-11 {
612
+ :host .papier .xs-11 {
698
613
  flex: 0 0 91.6666666667%;
699
614
  max-width: 91.6666666667%;
700
615
  }
701
-
702
- .xs-12 {
616
+ :host .papier .xs-12 {
703
617
  flex: 0 0 100%;
704
618
  max-width: 100%;
705
619
  }
706
620
  }
707
621
  @media only screen and (min-width: 768px) {
708
- .sm-1 {
622
+ :host .papier .sm-1 {
709
623
  flex: 0 0 8.3333333333%;
710
624
  max-width: 8.3333333333%;
711
625
  }
712
-
713
- .sm-2 {
626
+ :host .papier .sm-2 {
714
627
  flex: 0 0 16.6666666667%;
715
628
  max-width: 16.6666666667%;
716
629
  }
717
-
718
- .sm-3 {
630
+ :host .papier .sm-3 {
719
631
  flex: 0 0 25%;
720
632
  max-width: 25%;
721
633
  }
722
-
723
- .sm-4 {
634
+ :host .papier .sm-4 {
724
635
  flex: 0 0 33.3333333333%;
725
636
  max-width: 33.3333333333%;
726
637
  }
727
-
728
- .sm-5 {
638
+ :host .papier .sm-5 {
729
639
  flex: 0 0 41.6666666667%;
730
640
  max-width: 41.6666666667%;
731
641
  }
732
-
733
- .sm-6 {
642
+ :host .papier .sm-6 {
734
643
  flex: 0 0 50%;
735
644
  max-width: 50%;
736
645
  }
737
-
738
- .sm-7 {
646
+ :host .papier .sm-7 {
739
647
  flex: 0 0 58.3333333333%;
740
648
  max-width: 58.3333333333%;
741
649
  }
742
-
743
- .sm-8 {
650
+ :host .papier .sm-8 {
744
651
  flex: 0 0 66.6666666667%;
745
652
  max-width: 66.6666666667%;
746
653
  }
747
-
748
- .sm-9 {
654
+ :host .papier .sm-9 {
749
655
  flex: 0 0 75%;
750
656
  max-width: 75%;
751
657
  }
752
-
753
- .sm-10 {
658
+ :host .papier .sm-10 {
754
659
  flex: 0 0 83.3333333333%;
755
660
  max-width: 83.3333333333%;
756
661
  }
757
-
758
- .sm-11 {
662
+ :host .papier .sm-11 {
759
663
  flex: 0 0 91.6666666667%;
760
664
  max-width: 91.6666666667%;
761
665
  }
762
-
763
- .sm-12 {
666
+ :host .papier .sm-12 {
764
667
  flex: 0 0 100%;
765
668
  max-width: 100%;
766
669
  }
767
670
  }
768
671
  @media only screen and (min-width: 992px) {
769
- .md-1 {
672
+ :host .papier .md-1 {
770
673
  flex: 0 0 8.3333333333%;
771
674
  max-width: 8.3333333333%;
772
675
  }
773
-
774
- .md-2 {
676
+ :host .papier .md-2 {
775
677
  flex: 0 0 16.6666666667%;
776
678
  max-width: 16.6666666667%;
777
679
  }
778
-
779
- .md-3 {
680
+ :host .papier .md-3 {
780
681
  flex: 0 0 25%;
781
682
  max-width: 25%;
782
683
  }
783
-
784
- .md-4 {
684
+ :host .papier .md-4 {
785
685
  flex: 0 0 33.3333333333%;
786
686
  max-width: 33.3333333333%;
787
687
  }
788
-
789
- .md-5 {
688
+ :host .papier .md-5 {
790
689
  flex: 0 0 41.6666666667%;
791
690
  max-width: 41.6666666667%;
792
691
  }
793
-
794
- .md-6 {
692
+ :host .papier .md-6 {
795
693
  flex: 0 0 50%;
796
694
  max-width: 50%;
797
695
  }
798
-
799
- .md-7 {
696
+ :host .papier .md-7 {
800
697
  flex: 0 0 58.3333333333%;
801
698
  max-width: 58.3333333333%;
802
699
  }
803
-
804
- .md-8 {
700
+ :host .papier .md-8 {
805
701
  flex: 0 0 66.6666666667%;
806
702
  max-width: 66.6666666667%;
807
703
  }
808
-
809
- .md-9 {
704
+ :host .papier .md-9 {
810
705
  flex: 0 0 75%;
811
706
  max-width: 75%;
812
707
  }
813
-
814
- .md-10 {
708
+ :host .papier .md-10 {
815
709
  flex: 0 0 83.3333333333%;
816
710
  max-width: 83.3333333333%;
817
711
  }
818
-
819
- .md-11 {
712
+ :host .papier .md-11 {
820
713
  flex: 0 0 91.6666666667%;
821
714
  max-width: 91.6666666667%;
822
715
  }
823
-
824
- .md-12 {
716
+ :host .papier .md-12 {
825
717
  flex: 0 0 100%;
826
718
  max-width: 100%;
827
719
  }
828
720
  }
829
721
  @media only screen and (min-width: 1200px) {
830
- .lg-1 {
722
+ :host .papier .lg-1 {
831
723
  flex: 0 0 8.3333333333%;
832
724
  max-width: 8.3333333333%;
833
725
  }
834
-
835
- .lg-2 {
726
+ :host .papier .lg-2 {
836
727
  flex: 0 0 16.6666666667%;
837
728
  max-width: 16.6666666667%;
838
729
  }
839
-
840
- .lg-3 {
730
+ :host .papier .lg-3 {
841
731
  flex: 0 0 25%;
842
732
  max-width: 25%;
843
733
  }
844
-
845
- .lg-4 {
734
+ :host .papier .lg-4 {
846
735
  flex: 0 0 33.3333333333%;
847
736
  max-width: 33.3333333333%;
848
737
  }
849
-
850
- .lg-5 {
738
+ :host .papier .lg-5 {
851
739
  flex: 0 0 41.6666666667%;
852
740
  max-width: 41.6666666667%;
853
741
  }
854
-
855
- .lg-6 {
742
+ :host .papier .lg-6 {
856
743
  flex: 0 0 50%;
857
744
  max-width: 50%;
858
745
  }
859
-
860
- .lg-7 {
746
+ :host .papier .lg-7 {
861
747
  flex: 0 0 58.3333333333%;
862
748
  max-width: 58.3333333333%;
863
749
  }
864
-
865
- .lg-8 {
750
+ :host .papier .lg-8 {
866
751
  flex: 0 0 66.6666666667%;
867
752
  max-width: 66.6666666667%;
868
753
  }
869
-
870
- .lg-9 {
754
+ :host .papier .lg-9 {
871
755
  flex: 0 0 75%;
872
756
  max-width: 75%;
873
757
  }
874
-
875
- .lg-10 {
758
+ :host .papier .lg-10 {
876
759
  flex: 0 0 83.3333333333%;
877
760
  max-width: 83.3333333333%;
878
761
  }
879
-
880
- .lg-11 {
762
+ :host .papier .lg-11 {
881
763
  flex: 0 0 91.6666666667%;
882
764
  max-width: 91.6666666667%;
883
765
  }
884
-
885
- .lg-12 {
766
+ :host .papier .lg-12 {
886
767
  flex: 0 0 100%;
887
768
  max-width: 100%;
888
769
  }
889
770
  }
890
- .align-top {
771
+ :host .papier .align-top {
891
772
  align-self: flex-start;
892
773
  }
893
-
894
- .align-middle {
774
+ :host .papier .align-middle {
895
775
  align-self: center;
896
776
  }
897
-
898
- .align-bottom {
777
+ :host .papier .align-bottom {
899
778
  align-self: flex-end;
900
779
  }
901
-
902
- .container {
780
+ :host .papier .container {
903
781
  margin: 0 auto;
904
782
  max-width: 960px;
905
783
  position: relative;
906
784
  width: 100%;
907
785
  }
908
786
  @media only screen and (max-width: 992px) {
909
- .container {
787
+ :host .papier .container {
910
788
  width: 85%;
911
789
  }
912
790
  }
913
791
  @media only screen and (max-width: 480px) {
914
- .container {
792
+ :host .papier .container {
915
793
  width: 90%;
916
794
  }
917
795
  }
918
-
919
- /* Content styling */
920
- code {
796
+ :host .papier code {
921
797
  color: #41403e;
922
798
  color: var(--secondary);
923
799
  background-color: #41403e;
@@ -926,8 +802,7 @@ code {
926
802
  font-size: 80%;
927
803
  padding: 2px 4px;
928
804
  }
929
-
930
- kbd {
805
+ :host .papier kbd {
931
806
  color: #41403e;
932
807
  color: var(--primary-inverse);
933
808
  background-color: #41403e;
@@ -936,8 +811,7 @@ kbd {
936
811
  font-size: 80%;
937
812
  padding: 2px 4px;
938
813
  }
939
-
940
- pre {
814
+ :host .papier pre {
941
815
  color: #41403e;
942
816
  color: var(--inverse-primary);
943
817
  background-color: #41403e;
@@ -956,7 +830,7 @@ pre {
956
830
  word-break: break-all;
957
831
  word-wrap: break-word;
958
832
  }
959
- pre code {
833
+ :host .papier pre code {
960
834
  color: #41403e;
961
835
  color: var(--inverse-primary);
962
836
  background: transparent;
@@ -965,78 +839,65 @@ pre code {
965
839
  padding: initial;
966
840
  white-space: pre;
967
841
  }
968
-
969
- html {
842
+ :host .papier html {
970
843
  color: #41403e;
971
844
  color: var(--primary);
972
845
  font-family: "Neucha", sans-serif;
973
846
  font-size: 20px;
974
847
  }
975
-
976
- p,
977
- a,
978
- button,
979
- li,
980
- table,
981
- thead,
982
- tbody,
983
- th,
984
- tr,
985
- td,
986
- input,
987
- textarea,
988
- select,
989
- option {
848
+ :host .papier p,
849
+ :host .papier a,
850
+ :host .papier button,
851
+ :host .papier li,
852
+ :host .papier table,
853
+ :host .papier thead,
854
+ :host .papier tbody,
855
+ :host .papier th,
856
+ :host .papier tr,
857
+ :host .papier td,
858
+ :host .papier input,
859
+ :host .papier textarea,
860
+ :host .papier select,
861
+ :host .papier option {
990
862
  font-family: "Neucha", sans-serif;
991
863
  }
992
-
993
- h1,
994
- h2,
995
- h3,
996
- h4,
997
- h5,
998
- h6 {
864
+ :host .papier h1,
865
+ :host .papier h2,
866
+ :host .papier h3,
867
+ :host .papier h4,
868
+ :host .papier h5,
869
+ :host .papier h6 {
999
870
  font-family: "Patrick Hand SC", sans-serif;
1000
871
  font-weight: normal;
1001
872
  }
1002
-
1003
- h1 {
873
+ :host .papier h1 {
1004
874
  font-size: 4rem;
1005
875
  }
1006
-
1007
- h2 {
876
+ :host .papier h2 {
1008
877
  font-size: 3rem;
1009
878
  }
1010
-
1011
- h3 {
879
+ :host .papier h3 {
1012
880
  font-size: 2rem;
1013
881
  }
1014
-
1015
- h4 {
882
+ :host .papier h4 {
1016
883
  font-size: 1.5rem;
1017
884
  }
1018
-
1019
- h5 {
885
+ :host .papier h5 {
1020
886
  font-size: 1rem;
1021
887
  }
1022
-
1023
- h6 {
888
+ :host .papier h6 {
1024
889
  font-size: 0.8rem;
1025
890
  }
1026
-
1027
- .text-left {
891
+ :host .papier .text-left {
1028
892
  text-align: left;
1029
893
  }
1030
-
1031
- .text-center {
894
+ :host .papier .text-center {
1032
895
  text-align: center;
1033
896
  }
1034
-
1035
- .text-right {
897
+ :host .papier .text-right {
1036
898
  text-align: right;
1037
899
  }
1038
-
1039
- img {
900
+ :host .papier img {
1040
901
  border-bottom-left-radius: 15px 255px;
1041
902
  border-bottom-right-radius: 225px 15px;
1042
903
  border-top-left-radius: 255px 15px;
@@ -1049,270 +910,242 @@ img {
1049
910
  height: auto;
1050
911
  max-width: 100%;
1051
912
  }
1052
- img.float-left {
913
+ :host .papier img.float-left {
1053
914
  float: left;
1054
915
  margin: 1rem 1rem 1rem 0;
1055
916
  }
1056
- img.float-right {
917
+ :host .papier img.float-right {
1057
918
  float: right;
1058
919
  margin: 1rem 0 1rem 1rem;
1059
920
  }
1060
- img.no-responsive {
921
+ :host .papier img.no-responsive {
1061
922
  display: initial;
1062
923
  height: initial;
1063
924
  max-width: initial;
1064
925
  }
1065
- img.no-border {
926
+ :host .papier img.no-border {
1066
927
  border: 0;
1067
928
  border-radius: 0;
1068
929
  }
1069
-
1070
- ol {
930
+ :host .papier ol {
1071
931
  list-style-type: decimal;
1072
932
  }
1073
- ol ol {
933
+ :host .papier ol ol {
1074
934
  list-style-type: upper-alpha;
1075
935
  }
1076
- ol ol ol {
936
+ :host .papier ol ol ol {
1077
937
  list-style-type: upper-roman;
1078
938
  }
1079
- ol ol ol ol {
939
+ :host .papier ol ol ol ol {
1080
940
  list-style-type: lower-alpha;
1081
941
  }
1082
- ol ol ol ol ol {
942
+ :host .papier ol ol ol ol ol {
1083
943
  list-style-type: lower-roman;
1084
944
  }
1085
-
1086
- ul {
945
+ :host .papier ul {
1087
946
  list-style: none;
1088
947
  margin-left: 0;
1089
948
  }
1090
- ul li::before {
949
+ :host .papier ul li::before {
1091
950
  content: "-";
1092
951
  }
1093
- ul li {
952
+ :host .papier ul li {
1094
953
  text-indent: -7px;
1095
954
  }
1096
- ul li .badge,
1097
- ul li [popover-bottom]::after,
1098
- ul li [popover-left]::after,
1099
- ul li [popover-right]::after,
1100
- ul li [popover-top]::after {
955
+ :host .papier ul li .badge,
956
+ :host .papier ul li [popover-bottom]::after,
957
+ :host .papier ul li [popover-left]::after,
958
+ :host .papier ul li [popover-right]::after,
959
+ :host .papier ul li [popover-top]::after {
1101
960
  text-indent: 0;
1102
961
  }
1103
- ul li::before {
962
+ :host .papier ul li::before {
1104
963
  left: -7px;
1105
964
  position: relative;
1106
965
  }
1107
- ul ul li::before {
966
+ :host .papier ul ul li::before {
1108
967
  content: "+";
1109
968
  }
1110
- ul ul ul li::before {
969
+ :host .papier ul ul ul li::before {
1111
970
  content: "~";
1112
971
  }
1113
- ul ul ul ul li::before {
972
+ :host .papier ul ul ul ul li::before {
1114
973
  content: "⤍";
1115
974
  }
1116
- ul ul ul ul ul li::before {
975
+ :host .papier ul ul ul ul ul li::before {
1117
976
  content: "⁎";
1118
977
  }
1119
- ul.inline li {
978
+ :host .papier ul.inline li {
1120
979
  display: inline;
1121
980
  margin-left: 5px;
1122
981
  }
1123
-
1124
- table {
982
+ :host .papier table {
1125
983
  box-sizing: border-box;
1126
984
  max-width: 100%;
1127
985
  overflow-x: auto;
1128
986
  width: 100%;
1129
987
  }
1130
988
  @media only screen and (max-width: 480px) {
1131
- table thead tr th {
989
+ :host .papier table thead tr th {
1132
990
  padding: 2%;
1133
991
  }
1134
- table tbody tr td {
992
+ :host .papier table tbody tr td {
1135
993
  padding: 2%;
1136
994
  }
1137
995
  }
1138
- table thead tr th {
996
+ :host .papier table thead tr th {
1139
997
  line-height: 1.5;
1140
998
  padding: 8px;
1141
999
  text-align: left;
1142
1000
  vertical-align: bottom;
1143
1001
  }
1144
- table tbody tr td {
1002
+ :host .papier table tbody tr td {
1145
1003
  border-top: 1px dashed #d9d9d8;
1146
1004
  line-height: 1.5;
1147
1005
  padding: 8px;
1148
1006
  vertical-align: top;
1149
1007
  }
1150
- table.table-hover tbody tr:hover {
1008
+ :host .papier table.table-hover tbody tr:hover {
1151
1009
  color: #41403e;
1152
1010
  color: var(--secondary);
1153
1011
  }
1154
- table.table-alternating tbody tr:nth-of-type(even) {
1012
+ :host .papier table.table-alternating tbody tr:nth-of-type(even) {
1155
1013
  color: #82807c;
1156
1014
  }
1157
-
1158
- /* Utilities */
1159
- .border {
1015
+ :host .papier .border {
1160
1016
  border-color: #41403e;
1161
1017
  border-color: var(--primary);
1162
1018
  border-style: solid;
1163
1019
  border-width: 2px;
1164
1020
  }
1165
-
1166
- .border,
1167
- .border-1,
1168
- .child-borders > *:nth-child(6n+1) {
1021
+ :host .papier .border,
1022
+ :host .papier .border-1,
1023
+ :host .papier .child-borders > *:nth-child(6n+1) {
1169
1024
  border-bottom-left-radius: 15px 255px;
1170
1025
  border-bottom-right-radius: 225px 15px;
1171
1026
  border-top-left-radius: 255px 15px;
1172
1027
  border-top-right-radius: 15px 225px;
1173
1028
  }
1174
-
1175
- .border-2,
1176
- .child-borders > *:nth-child(6n+2) {
1029
+ :host .papier .border-2,
1030
+ :host .papier .child-borders > *:nth-child(6n+2) {
1177
1031
  border-bottom-left-radius: 185px 25px;
1178
1032
  border-bottom-right-radius: 20px 205px;
1179
1033
  border-top-left-radius: 125px 25px;
1180
1034
  border-top-right-radius: 10px 205px;
1181
1035
  }
1182
-
1183
- .border-3,
1184
- .child-borders > *:nth-child(6n+3) {
1036
+ :host .papier .border-3,
1037
+ :host .papier .child-borders > *:nth-child(6n+3) {
1185
1038
  border-bottom-left-radius: 225px 15px;
1186
1039
  border-bottom-right-radius: 15px 255px;
1187
1040
  border-top-left-radius: 15px 225px;
1188
1041
  border-top-right-radius: 255px 15px;
1189
1042
  }
1190
-
1191
- .border-4,
1192
- .child-borders > *:nth-child(6n+4) {
1043
+ :host .papier .border-4,
1044
+ :host .papier .child-borders > *:nth-child(6n+4) {
1193
1045
  border-bottom-left-radius: 25px 115px;
1194
1046
  border-bottom-right-radius: 155px 25px;
1195
1047
  border-top-left-radius: 15px 225px;
1196
1048
  border-top-right-radius: 25px 150px;
1197
1049
  }
1198
-
1199
- .border-5,
1200
- .child-borders > *:nth-child(6n+5) {
1050
+ :host .papier .border-5,
1051
+ :host .papier .child-borders > *:nth-child(6n+5) {
1201
1052
  border-bottom-left-radius: 20px 115px;
1202
1053
  border-bottom-right-radius: 15px 105px;
1203
1054
  border-top-left-radius: 250px 15px;
1204
1055
  border-top-right-radius: 25px 80px;
1205
1056
  }
1206
-
1207
- .border-6,
1208
- .child-borders > *:nth-child(6n+6) {
1057
+ :host .papier .border-6,
1058
+ :host .papier .child-borders > *:nth-child(6n+6) {
1209
1059
  border-bottom-left-radius: 15px 225px;
1210
1060
  border-bottom-right-radius: 20px 205px;
1211
1061
  border-top-left-radius: 28px 125px;
1212
1062
  border-top-right-radius: 100px 30px;
1213
1063
  }
1214
-
1215
- .child-borders > * {
1064
+ :host .papier .child-borders > * {
1216
1065
  border-color: #41403e;
1217
1066
  border-color: var(--primary);
1218
1067
  border-style: solid;
1219
1068
  border-width: 2px;
1220
1069
  }
1221
-
1222
- .border-white {
1070
+ :host .papier .border-white {
1223
1071
  border-color: #41403e;
1224
1072
  border-color: var(--white);
1225
1073
  }
1226
-
1227
- .border-dotted {
1074
+ :host .papier .border-dotted {
1228
1075
  border-style: dotted;
1229
1076
  }
1230
-
1231
- .border-dashed {
1077
+ :host .papier .border-dashed {
1232
1078
  border-style: dashed;
1233
1079
  }
1234
-
1235
- .border-thick {
1080
+ :host .papier .border-thick {
1236
1081
  border-width: 5px;
1237
1082
  }
1238
-
1239
- .border-primary {
1083
+ :host .papier .border-primary {
1240
1084
  border-color: #41403e;
1241
1085
  border-color: var(--primary);
1242
1086
  }
1243
-
1244
- .border-secondary {
1087
+ :host .papier .border-secondary {
1245
1088
  border-color: #41403e;
1246
1089
  border-color: var(--secondary);
1247
1090
  }
1248
-
1249
- .border-success {
1091
+ :host .papier .border-success {
1250
1092
  border-color: #41403e;
1251
1093
  border-color: var(--success);
1252
1094
  }
1253
-
1254
- .border-warning {
1095
+ :host .papier .border-warning {
1255
1096
  border-color: #41403e;
1256
1097
  border-color: var(--warning);
1257
1098
  }
1258
-
1259
- .border-danger {
1099
+ :host .papier .border-danger {
1260
1100
  border-color: #41403e;
1261
1101
  border-color: var(--danger);
1262
1102
  }
1263
-
1264
- .border-muted {
1103
+ :host .papier .border-muted {
1265
1104
  border-color: #41403e;
1266
1105
  border-color: var(--muted);
1267
1106
  }
1268
-
1269
- .shadow {
1107
+ :host .papier .shadow {
1270
1108
  transition: all 235ms ease 0s;
1271
1109
  box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1272
1110
  }
1273
- .shadow.shadow-large {
1111
+ :host .papier .shadow.shadow-large {
1274
1112
  transition: all 235ms ease 0s;
1275
1113
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
1276
1114
  }
1277
- .shadow.shadow-small {
1115
+ :host .papier .shadow.shadow-small {
1278
1116
  transition: all 235ms ease 0s;
1279
1117
  box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
1280
1118
  }
1281
- .shadow.shadow-hover:hover {
1119
+ :host .papier .shadow.shadow-hover:hover {
1282
1120
  transform: translate3d(0, 2px, 0);
1283
1121
  box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1284
1122
  }
1285
-
1286
- .child-shadows > * {
1123
+ :host .papier .child-shadows > * {
1287
1124
  transition: all 235ms ease 0s;
1288
1125
  box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1289
1126
  }
1290
-
1291
- .child-shadows .shadow-none {
1127
+ :host .papier .child-shadows .shadow-none {
1292
1128
  box-shadow: none;
1293
1129
  }
1294
-
1295
- .child-shadows-hover > * {
1130
+ :host .papier .child-shadows-hover > * {
1296
1131
  transition: all 235ms ease 0s;
1297
1132
  box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1298
1133
  }
1299
- .child-shadows-hover > *:hover {
1134
+ :host .papier .child-shadows-hover > *:hover {
1300
1135
  transform: translate3d(0, 2px, 0);
1301
1136
  box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1302
1137
  }
1303
-
1304
- /* Components */
1305
- .collapsible {
1138
+ :host .papier .collapsible {
1306
1139
  display: flex;
1307
1140
  flex-direction: column;
1308
1141
  }
1309
- .collapsible:nth-of-type(1) {
1142
+ :host .papier .collapsible:nth-of-type(1) {
1310
1143
  border-top-color: #41403e;
1311
1144
  border-top-color: var(--muted-light);
1312
1145
  border-top-style: solid;
1313
1146
  border-top-width: 1px;
1314
1147
  }
1315
- .collapsible .collapsible-body {
1148
+ :host .papier .collapsible .collapsible-body {
1316
1149
  border-bottom-color: #41403e;
1317
1150
  border-bottom-color: var(--muted-light);
1318
1151
  background-color: #41403e;
@@ -1326,20 +1159,20 @@ table.table-alternating tbody tr:nth-of-type(even) {
1326
1159
  overflow: hidden;
1327
1160
  padding: 0 0.75rem;
1328
1161
  }
1329
- .collapsible > input {
1162
+ :host .papier .collapsible > input {
1330
1163
  display: none;
1331
1164
  }
1332
- .collapsible > input:checked + label {
1165
+ :host .papier .collapsible > input:checked + label {
1333
1166
  color: #41403e;
1334
1167
  color: var(--primary);
1335
1168
  }
1336
- .collapsible > input[id^=collapsible]:checked ~ div.collapsible-body {
1169
+ :host .papier .collapsible > input[id^=collapsible]:checked ~ div.collapsible-body {
1337
1170
  margin: 0;
1338
1171
  max-height: 960px;
1339
1172
  opacity: 1;
1340
1173
  padding: 0.75rem;
1341
1174
  }
1342
- .collapsible > label {
1175
+ :host .papier .collapsible > label {
1343
1176
  color: #41403e;
1344
1177
  color: var(--primary);
1345
1178
  border-bottom-color: #41403e;
@@ -1352,13 +1185,12 @@ table.table-alternating tbody tr:nth-of-type(even) {
1352
1185
  padding: 0.75rem;
1353
1186
  text-align: center;
1354
1187
  }
1355
- .collapsible > label:hover {
1188
+ :host .papier .collapsible > label:hover {
1356
1189
  color: #41403e;
1357
1190
  color: var(--muted);
1358
1191
  cursor: pointer;
1359
1192
  }
1360
-
1361
- .alert {
1193
+ :host .papier .alert {
1362
1194
  border-color: #41403e;
1363
1195
  border-color: var(--primary);
1364
1196
  border-bottom-left-radius: 15px 255px;
@@ -1371,26 +1203,25 @@ table.table-alternating tbody tr:nth-of-type(even) {
1371
1203
  padding: 15px;
1372
1204
  width: 100%;
1373
1205
  }
1374
- .alert.dismissible {
1206
+ :host .papier .alert.dismissible {
1375
1207
  transition: all 235ms ease-in-out 0s;
1376
1208
  display: flex;
1377
1209
  justify-content: space-between;
1378
1210
  max-height: 48rem;
1379
1211
  overflow: hidden;
1380
1212
  }
1381
- .alert .btn-close {
1213
+ :host .papier .alert .btn-close {
1382
1214
  transition: all 235ms ease-in-out 0s;
1383
1215
  color: #41403e;
1384
1216
  color: var(--primary-text);
1385
1217
  cursor: pointer;
1386
1218
  margin-left: 0.75rem;
1387
1219
  }
1388
- .alert .btn-close:hover, .alert .btn-close:active, .alert .btn-close:focus {
1220
+ :host .papier .alert .btn-close:hover, :host .papier .alert .btn-close:active, :host .papier .alert .btn-close:focus {
1389
1221
  color: #41403e;
1390
1222
  color: var(--primary-dark);
1391
1223
  }
1392
-
1393
- .alert-primary {
1224
+ :host .papier .alert-primary {
1394
1225
  color: #41403e;
1395
1226
  color: var(--primary-text);
1396
1227
  background-color: #41403e;
@@ -1398,16 +1229,15 @@ table.table-alternating tbody tr:nth-of-type(even) {
1398
1229
  border-color: #41403e;
1399
1230
  border-color: var(--primary);
1400
1231
  }
1401
- .alert-primary .btn-close {
1232
+ :host .papier .alert-primary .btn-close {
1402
1233
  color: #41403e;
1403
1234
  color: var(--primary-text);
1404
1235
  }
1405
- .alert-primary .btn-close:hover, .alert-primary .btn-close:active, .alert-primary .btn-close:focus {
1236
+ :host .papier .alert-primary .btn-close:hover, :host .papier .alert-primary .btn-close:active, :host .papier .alert-primary .btn-close:focus {
1406
1237
  color: #41403e;
1407
1238
  color: var(--primary-dark);
1408
1239
  }
1409
-
1410
- .alert-secondary {
1240
+ :host .papier .alert-secondary {
1411
1241
  color: #41403e;
1412
1242
  color: var(--secondary-text);
1413
1243
  background-color: #41403e;
@@ -1415,16 +1245,15 @@ table.table-alternating tbody tr:nth-of-type(even) {
1415
1245
  border-color: #41403e;
1416
1246
  border-color: var(--secondary);
1417
1247
  }
1418
- .alert-secondary .btn-close {
1248
+ :host .papier .alert-secondary .btn-close {
1419
1249
  color: #41403e;
1420
1250
  color: var(--secondary-text);
1421
1251
  }
1422
- .alert-secondary .btn-close:hover, .alert-secondary .btn-close:active, .alert-secondary .btn-close:focus {
1252
+ :host .papier .alert-secondary .btn-close:hover, :host .papier .alert-secondary .btn-close:active, :host .papier .alert-secondary .btn-close:focus {
1423
1253
  color: #41403e;
1424
1254
  color: var(--secondary-dark);
1425
1255
  }
1426
-
1427
- .alert-success {
1256
+ :host .papier .alert-success {
1428
1257
  color: #41403e;
1429
1258
  color: var(--success-text);
1430
1259
  background-color: #41403e;
@@ -1432,16 +1261,15 @@ table.table-alternating tbody tr:nth-of-type(even) {
1432
1261
  border-color: #41403e;
1433
1262
  border-color: var(--success);
1434
1263
  }
1435
- .alert-success .btn-close {
1264
+ :host .papier .alert-success .btn-close {
1436
1265
  color: #41403e;
1437
1266
  color: var(--success-text);
1438
1267
  }
1439
- .alert-success .btn-close:hover, .alert-success .btn-close:active, .alert-success .btn-close:focus {
1268
+ :host .papier .alert-success .btn-close:hover, :host .papier .alert-success .btn-close:active, :host .papier .alert-success .btn-close:focus {
1440
1269
  color: #41403e;
1441
1270
  color: var(--success-dark);
1442
1271
  }
1443
-
1444
- .alert-warning {
1272
+ :host .papier .alert-warning {
1445
1273
  color: #41403e;
1446
1274
  color: var(--warning-text);
1447
1275
  background-color: #41403e;
@@ -1449,16 +1277,15 @@ table.table-alternating tbody tr:nth-of-type(even) {
1449
1277
  border-color: #41403e;
1450
1278
  border-color: var(--warning);
1451
1279
  }
1452
- .alert-warning .btn-close {
1280
+ :host .papier .alert-warning .btn-close {
1453
1281
  color: #41403e;
1454
1282
  color: var(--warning-text);
1455
1283
  }
1456
- .alert-warning .btn-close:hover, .alert-warning .btn-close:active, .alert-warning .btn-close:focus {
1284
+ :host .papier .alert-warning .btn-close:hover, :host .papier .alert-warning .btn-close:active, :host .papier .alert-warning .btn-close:focus {
1457
1285
  color: #41403e;
1458
1286
  color: var(--warning-dark);
1459
1287
  }
1460
-
1461
- .alert-danger {
1288
+ :host .papier .alert-danger {
1462
1289
  color: #41403e;
1463
1290
  color: var(--danger-text);
1464
1291
  background-color: #41403e;
@@ -1466,16 +1293,15 @@ table.table-alternating tbody tr:nth-of-type(even) {
1466
1293
  border-color: #41403e;
1467
1294
  border-color: var(--danger);
1468
1295
  }
1469
- .alert-danger .btn-close {
1296
+ :host .papier .alert-danger .btn-close {
1470
1297
  color: #41403e;
1471
1298
  color: var(--danger-text);
1472
1299
  }
1473
- .alert-danger .btn-close:hover, .alert-danger .btn-close:active, .alert-danger .btn-close:focus {
1300
+ :host .papier .alert-danger .btn-close:hover, :host .papier .alert-danger .btn-close:active, :host .papier .alert-danger .btn-close:focus {
1474
1301
  color: #41403e;
1475
1302
  color: var(--danger-dark);
1476
1303
  }
1477
-
1478
- .alert-muted {
1304
+ :host .papier .alert-muted {
1479
1305
  color: #41403e;
1480
1306
  color: var(--muted-text);
1481
1307
  background-color: #41403e;
@@ -1483,19 +1309,18 @@ table.table-alternating tbody tr:nth-of-type(even) {
1483
1309
  border-color: #41403e;
1484
1310
  border-color: var(--muted);
1485
1311
  }
1486
- .alert-muted .btn-close {
1312
+ :host .papier .alert-muted .btn-close {
1487
1313
  color: #41403e;
1488
1314
  color: var(--muted-text);
1489
1315
  }
1490
- .alert-muted .btn-close:hover, .alert-muted .btn-close:active, .alert-muted .btn-close:focus {
1316
+ :host .papier .alert-muted .btn-close:hover, :host .papier .alert-muted .btn-close:active, :host .papier .alert-muted .btn-close:focus {
1491
1317
  color: #41403e;
1492
1318
  color: var(--muted-dark);
1493
1319
  }
1494
-
1495
- .alert-state {
1320
+ :host .papier .alert-state {
1496
1321
  display: none;
1497
1322
  }
1498
- .alert-state:checked + .dismissible {
1323
+ :host .papier .alert-state:checked + .dismissible {
1499
1324
  border-width: 0;
1500
1325
  margin: 0;
1501
1326
  max-height: 0;
@@ -1503,42 +1328,40 @@ table.table-alternating tbody tr:nth-of-type(even) {
1503
1328
  padding-bottom: 0;
1504
1329
  padding-top: 0;
1505
1330
  }
1506
-
1507
- article .article-title {
1331
+ :host .papier article .article-title {
1508
1332
  font-size: 3rem;
1509
1333
  }
1510
- article .article-meta {
1334
+ :host .papier article .article-meta {
1511
1335
  color: #41403e;
1512
1336
  color: var(--muted-text);
1513
1337
  font-size: 15px;
1514
1338
  }
1515
- article .article-meta a {
1339
+ :host .papier article .article-meta a {
1516
1340
  color: #41403e;
1517
1341
  color: var(--muted-text);
1518
1342
  background-image: none;
1519
1343
  }
1520
- article .article-meta a:hover {
1344
+ :host .papier article .article-meta a:hover {
1521
1345
  color: #41403e;
1522
1346
  color: var(--light-dark);
1523
1347
  }
1524
- article .text-lead {
1348
+ :host .papier article .text-lead {
1525
1349
  font-size: 30px;
1526
1350
  line-height: 1.3;
1527
1351
  margin: 35px;
1528
1352
  }
1529
- article button:not(:first-of-type) {
1353
+ :host .papier article button:not(:first-of-type) {
1530
1354
  margin-left: 2rem;
1531
1355
  }
1532
1356
  @media only screen and (max-width: 480px) {
1533
- article button:not(:first-of-type) {
1357
+ :host .papier article button:not(:first-of-type) {
1534
1358
  margin-left: 0;
1535
1359
  }
1536
1360
  }
1537
- article p {
1361
+ :host .papier article p {
1538
1362
  line-height: 1.6;
1539
1363
  }
1540
-
1541
- .badge {
1364
+ :host .papier .badge {
1542
1365
  border-bottom-left-radius: 15px 255px;
1543
1366
  border-bottom-right-radius: 225px 15px;
1544
1367
  border-top-left-radius: 255px 15px;
@@ -1560,65 +1383,57 @@ article p {
1560
1383
  vertical-align: baseline;
1561
1384
  white-space: nowrap;
1562
1385
  }
1563
-
1564
- .badge.primary {
1386
+ :host .papier .badge.primary {
1565
1387
  background-color: #41403e;
1566
1388
  background-color: var(--primary);
1567
1389
  }
1568
-
1569
- .badge.secondary {
1390
+ :host .papier .badge.secondary {
1570
1391
  background-color: #41403e;
1571
1392
  background-color: var(--secondary);
1572
1393
  }
1573
-
1574
- .badge.success {
1394
+ :host .papier .badge.success {
1575
1395
  background-color: #41403e;
1576
1396
  background-color: var(--success);
1577
1397
  }
1578
-
1579
- .badge.warning {
1398
+ :host .papier .badge.warning {
1580
1399
  background-color: #41403e;
1581
1400
  background-color: var(--warning);
1582
1401
  }
1583
-
1584
- .badge.danger {
1402
+ :host .papier .badge.danger {
1585
1403
  background-color: #41403e;
1586
1404
  background-color: var(--danger);
1587
1405
  }
1588
-
1589
- .badge.muted {
1406
+ :host .papier .badge.muted {
1590
1407
  background-color: #41403e;
1591
1408
  background-color: var(--muted);
1592
1409
  }
1593
-
1594
- ul.breadcrumb {
1410
+ :host .papier ul.breadcrumb {
1595
1411
  list-style: none;
1596
1412
  padding: 10px 16px;
1597
1413
  }
1598
- ul.breadcrumb li {
1414
+ :host .papier ul.breadcrumb li {
1599
1415
  display: inline;
1600
1416
  font-size: 20px;
1601
1417
  }
1602
- ul.breadcrumb li::before {
1418
+ :host .papier ul.breadcrumb li::before {
1603
1419
  content: "";
1604
1420
  }
1605
- ul.breadcrumb li a {
1421
+ :host .papier ul.breadcrumb li a {
1606
1422
  color: #41403e;
1607
1423
  color: var(--secondary);
1608
1424
  background-image: none;
1609
1425
  text-decoration: none;
1610
1426
  }
1611
- ul.breadcrumb li a:hover {
1427
+ :host .papier ul.breadcrumb li a:hover {
1612
1428
  text-decoration: underline;
1613
1429
  }
1614
- ul.breadcrumb li + li::before {
1430
+ :host .papier ul.breadcrumb li + li::before {
1615
1431
  content: "/ ";
1616
1432
  padding: 8px;
1617
1433
  }
1618
-
1619
- button,
1620
- .paper-btn,
1621
- [type=button] {
1434
+ :host .papier button,
1435
+ :host .papier .paper-btn,
1436
+ :host .papier [type=button] {
1622
1437
  border-bottom-left-radius: 15px 255px;
1623
1438
  border-bottom-right-radius: 225px 15px;
1624
1439
  border-top-left-radius: 255px 15px;
@@ -1643,68 +1458,67 @@ button,
1643
1458
  padding: 0.75rem;
1644
1459
  }
1645
1460
  @media only screen and (max-width: 520px) {
1646
- button,
1647
- .paper-btn,
1648
- [type=button] {
1461
+ :host .papier button,
1462
+ :host .papier .paper-btn,
1463
+ :host .papier [type=button] {
1649
1464
  display: inline-block;
1650
1465
  margin: 0 auto;
1651
1466
  margin-bottom: 1rem;
1652
1467
  text-align: center;
1653
1468
  }
1654
1469
  }
1655
- button.btn-large,
1656
- .paper-btn.btn-large,
1657
- [type=button].btn-large {
1470
+ :host .papier button.btn-large,
1471
+ :host .papier .paper-btn.btn-large,
1472
+ :host .papier [type=button].btn-large {
1658
1473
  transition: all 235ms ease 0s;
1659
1474
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
1660
1475
  font-size: 2rem;
1661
1476
  padding: 1rem;
1662
1477
  }
1663
- button.btn-small,
1664
- .paper-btn.btn-small,
1665
- [type=button].btn-small {
1478
+ :host .papier button.btn-small,
1479
+ :host .papier .paper-btn.btn-small,
1480
+ :host .papier [type=button].btn-small {
1666
1481
  transition: all 235ms ease 0s;
1667
1482
  box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
1668
1483
  font-size: 0.75rem;
1669
1484
  padding: 0.5rem;
1670
1485
  }
1671
- button.btn-block,
1672
- .paper-btn.btn-block,
1673
- [type=button].btn-block {
1486
+ :host .papier button.btn-block,
1487
+ :host .papier .paper-btn.btn-block,
1488
+ :host .papier [type=button].btn-block {
1674
1489
  display: block;
1675
1490
  width: 100%;
1676
1491
  }
1677
- button:hover,
1678
- .paper-btn:hover,
1679
- [type=button]:hover {
1492
+ :host .papier button:hover,
1493
+ :host .papier .paper-btn:hover,
1494
+ :host .papier [type=button]:hover {
1680
1495
  transform: translate3d(0, 2px, 0);
1681
1496
  box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1682
1497
  }
1683
- button:focus,
1684
- .paper-btn:focus,
1685
- [type=button]:focus {
1498
+ :host .papier button:focus,
1499
+ :host .papier .paper-btn:focus,
1500
+ :host .papier [type=button]:focus {
1686
1501
  border-color: #41403e;
1687
1502
  border-color: var(--secondary);
1688
1503
  border-style: solid;
1689
1504
  border-width: 2px;
1690
1505
  box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
1691
1506
  }
1692
- button:active,
1693
- .paper-btn:active,
1694
- [type=button]:active {
1507
+ :host .papier button:active,
1508
+ :host .papier .paper-btn:active,
1509
+ :host .papier [type=button]:active {
1695
1510
  border-color: rgba(0, 0, 0, 0.2);
1696
1511
  transition: none;
1697
1512
  }
1698
- button.disabled, button[disabled],
1699
- .paper-btn.disabled,
1700
- .paper-btn[disabled],
1701
- [type=button].disabled,
1702
- [type=button][disabled] {
1513
+ :host .papier button.disabled, :host .papier button[disabled],
1514
+ :host .papier .paper-btn.disabled,
1515
+ :host .papier .paper-btn[disabled],
1516
+ :host .papier [type=button].disabled,
1517
+ :host .papier [type=button][disabled] {
1703
1518
  cursor: not-allowed;
1704
1519
  opacity: 0.5;
1705
1520
  }
1706
-
1707
- a {
1521
+ :host .papier a {
1708
1522
  color: #41403e;
1709
1523
  color: var(--secondary);
1710
1524
  background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%);
@@ -1713,15 +1527,14 @@ a {
1713
1527
  background-size: 4px 3px;
1714
1528
  text-decoration: none;
1715
1529
  }
1716
- a:visited {
1530
+ :host .papier a:visited {
1717
1531
  color: #41403e;
1718
1532
  color: var(--primary);
1719
1533
  text-decoration: none;
1720
1534
  }
1721
-
1722
- button.btn-primary,
1723
- .paper-btn.btn-primary,
1724
- [type=button].btn-primary {
1535
+ :host .papier button.btn-primary,
1536
+ :host .papier .paper-btn.btn-primary,
1537
+ :host .papier [type=button].btn-primary {
1725
1538
  color: #41403e;
1726
1539
  color: var(--primary-text);
1727
1540
  background-color: #41403e;
@@ -1729,15 +1542,14 @@ button.btn-primary,
1729
1542
  border-color: #41403e;
1730
1543
  border-color: var(--primary);
1731
1544
  }
1732
- button.btn-primary:hover:active,
1733
- .paper-btn.btn-primary:hover:active,
1734
- [type=button].btn-primary:hover:active {
1545
+ :host .papier button.btn-primary:hover:active,
1546
+ :host .papier .paper-btn.btn-primary:hover:active,
1547
+ :host .papier [type=button].btn-primary:hover:active {
1735
1548
  background-color: #b4b3b0;
1736
1549
  }
1737
-
1738
- button.btn-secondary,
1739
- .paper-btn.btn-secondary,
1740
- [type=button].btn-secondary {
1550
+ :host .papier button.btn-secondary,
1551
+ :host .papier .paper-btn.btn-secondary,
1552
+ :host .papier [type=button].btn-secondary {
1741
1553
  color: #41403e;
1742
1554
  color: var(--secondary-text);
1743
1555
  background-color: #41403e;
@@ -1745,15 +1557,14 @@ button.btn-secondary,
1745
1557
  border-color: #41403e;
1746
1558
  border-color: var(--secondary);
1747
1559
  }
1748
- button.btn-secondary:hover:active,
1749
- .paper-btn.btn-secondary:hover:active,
1750
- [type=button].btn-secondary:hover:active {
1560
+ :host .papier button.btn-secondary:hover:active,
1561
+ :host .papier .paper-btn.btn-secondary:hover:active,
1562
+ :host .papier [type=button].btn-secondary:hover:active {
1751
1563
  background-color: #a7d3fa;
1752
1564
  }
1753
-
1754
- button.btn-success,
1755
- .paper-btn.btn-success,
1756
- [type=button].btn-success {
1565
+ :host .papier button.btn-success,
1566
+ :host .papier .paper-btn.btn-success,
1567
+ :host .papier [type=button].btn-success {
1757
1568
  color: #41403e;
1758
1569
  color: var(--success-text);
1759
1570
  background-color: #41403e;
@@ -1761,15 +1572,14 @@ button.btn-success,
1761
1572
  border-color: #41403e;
1762
1573
  border-color: var(--success);
1763
1574
  }
1764
- button.btn-success:hover:active,
1765
- .paper-btn.btn-success:hover:active,
1766
- [type=button].btn-success:hover:active {
1575
+ :host .papier button.btn-success:hover:active,
1576
+ :host .papier .paper-btn.btn-success:hover:active,
1577
+ :host .papier [type=button].btn-success:hover:active {
1767
1578
  background-color: #bccca8;
1768
1579
  }
1769
-
1770
- button.btn-warning,
1771
- .paper-btn.btn-warning,
1772
- [type=button].btn-warning {
1580
+ :host .papier button.btn-warning,
1581
+ :host .papier .paper-btn.btn-warning,
1582
+ :host .papier [type=button].btn-warning {
1773
1583
  color: #41403e;
1774
1584
  color: var(--warning-text);
1775
1585
  background-color: #41403e;
@@ -1777,15 +1587,14 @@ button.btn-warning,
1777
1587
  border-color: #41403e;
1778
1588
  border-color: var(--warning);
1779
1589
  }
1780
- button.btn-warning:hover:active,
1781
- .paper-btn.btn-warning:hover:active,
1782
- [type=button].btn-warning:hover:active {
1590
+ :host .papier button.btn-warning:hover:active,
1591
+ :host .papier .paper-btn.btn-warning:hover:active,
1592
+ :host .papier [type=button].btn-warning:hover:active {
1783
1593
  background-color: #ede49b;
1784
1594
  }
1785
-
1786
- button.btn-danger,
1787
- .paper-btn.btn-danger,
1788
- [type=button].btn-danger {
1595
+ :host .papier button.btn-danger,
1596
+ :host .papier .paper-btn.btn-danger,
1597
+ :host .papier [type=button].btn-danger {
1789
1598
  color: #41403e;
1790
1599
  color: var(--danger-text);
1791
1600
  background-color: #41403e;
@@ -1793,15 +1602,14 @@ button.btn-danger,
1793
1602
  border-color: #41403e;
1794
1603
  border-color: var(--danger);
1795
1604
  }
1796
- button.btn-danger:hover:active,
1797
- .paper-btn.btn-danger:hover:active,
1798
- [type=button].btn-danger:hover:active {
1605
+ :host .papier button.btn-danger:hover:active,
1606
+ :host .papier .paper-btn.btn-danger:hover:active,
1607
+ :host .papier [type=button].btn-danger:hover:active {
1799
1608
  background-color: #e6a5a1;
1800
1609
  }
1801
-
1802
- button.btn-muted,
1803
- .paper-btn.btn-muted,
1804
- [type=button].btn-muted {
1610
+ :host .papier button.btn-muted,
1611
+ :host .papier .paper-btn.btn-muted,
1612
+ :host .papier [type=button].btn-muted {
1805
1613
  color: #41403e;
1806
1614
  color: var(--muted-text);
1807
1615
  background-color: #41403e;
@@ -1809,15 +1617,14 @@ button.btn-muted,
1809
1617
  border-color: #41403e;
1810
1618
  border-color: var(--muted);
1811
1619
  }
1812
- button.btn-muted:hover:active,
1813
- .paper-btn.btn-muted:hover:active,
1814
- [type=button].btn-muted:hover:active {
1620
+ :host .papier button.btn-muted:hover:active,
1621
+ :host .papier .paper-btn.btn-muted:hover:active,
1622
+ :host .papier [type=button].btn-muted:hover:active {
1815
1623
  background-color: #caced1;
1816
1624
  }
1817
-
1818
- button.btn-primary-outline,
1819
- .paper-btn.btn-primary-outline,
1820
- [type=button].btn-primary-outline {
1625
+ :host .papier button.btn-primary-outline,
1626
+ :host .papier .paper-btn.btn-primary-outline,
1627
+ :host .papier [type=button].btn-primary-outline {
1821
1628
  background-color: #41403e;
1822
1629
  background-color: var(--main-background);
1823
1630
  color: #41403e;
@@ -1825,20 +1632,19 @@ button.btn-primary-outline,
1825
1632
  border-color: #41403e;
1826
1633
  border-color: var(--primary);
1827
1634
  }
1828
- button.btn-primary-outline:hover,
1829
- .paper-btn.btn-primary-outline:hover,
1830
- [type=button].btn-primary-outline:hover {
1635
+ :host .papier button.btn-primary-outline:hover,
1636
+ :host .papier .paper-btn.btn-primary-outline:hover,
1637
+ :host .papier [type=button].btn-primary-outline:hover {
1831
1638
  background-color: #cdcccb;
1832
1639
  }
1833
- button.btn-primary-outline:hover:active,
1834
- .paper-btn.btn-primary-outline:hover:active,
1835
- [type=button].btn-primary-outline:hover:active {
1640
+ :host .papier button.btn-primary-outline:hover:active,
1641
+ :host .papier .paper-btn.btn-primary-outline:hover:active,
1642
+ :host .papier [type=button].btn-primary-outline:hover:active {
1836
1643
  background-color: #b4b3b0;
1837
1644
  }
1838
-
1839
- button.btn-secondary-outline,
1840
- .paper-btn.btn-secondary-outline,
1841
- [type=button].btn-secondary-outline {
1645
+ :host .papier button.btn-secondary-outline,
1646
+ :host .papier .paper-btn.btn-secondary-outline,
1647
+ :host .papier [type=button].btn-secondary-outline {
1842
1648
  background-color: #41403e;
1843
1649
  background-color: var(--main-background);
1844
1650
  color: #41403e;
@@ -1846,20 +1652,19 @@ button.btn-secondary-outline,
1846
1652
  border-color: #41403e;
1847
1653
  border-color: var(--secondary);
1848
1654
  }
1849
- button.btn-secondary-outline:hover,
1850
- .paper-btn.btn-secondary-outline:hover,
1851
- [type=button].btn-secondary-outline:hover {
1655
+ :host .papier button.btn-secondary-outline:hover,
1656
+ :host .papier .paper-btn.btn-secondary-outline:hover,
1657
+ :host .papier [type=button].btn-secondary-outline:hover {
1852
1658
  background-color: #d8ebfd;
1853
1659
  }
1854
- button.btn-secondary-outline:hover:active,
1855
- .paper-btn.btn-secondary-outline:hover:active,
1856
- [type=button].btn-secondary-outline:hover:active {
1660
+ :host .papier button.btn-secondary-outline:hover:active,
1661
+ :host .papier .paper-btn.btn-secondary-outline:hover:active,
1662
+ :host .papier [type=button].btn-secondary-outline:hover:active {
1857
1663
  background-color: #a7d3fa;
1858
1664
  }
1859
-
1860
- button.btn-success-outline,
1861
- .paper-btn.btn-success-outline,
1862
- [type=button].btn-success-outline {
1665
+ :host .papier button.btn-success-outline,
1666
+ :host .papier .paper-btn.btn-success-outline,
1667
+ :host .papier [type=button].btn-success-outline {
1863
1668
  background-color: #41403e;
1864
1669
  background-color: var(--main-background);
1865
1670
  color: #41403e;
@@ -1867,20 +1672,19 @@ button.btn-success-outline,
1867
1672
  border-color: #41403e;
1868
1673
  border-color: var(--success);
1869
1674
  }
1870
- button.btn-success-outline:hover,
1871
- .paper-btn.btn-success-outline:hover,
1872
- [type=button].btn-success-outline:hover {
1675
+ :host .papier button.btn-success-outline:hover,
1676
+ :host .papier .paper-btn.btn-success-outline:hover,
1677
+ :host .papier [type=button].btn-success-outline:hover {
1873
1678
  background-color: #d5dfc8;
1874
1679
  }
1875
- button.btn-success-outline:hover:active,
1876
- .paper-btn.btn-success-outline:hover:active,
1877
- [type=button].btn-success-outline:hover:active {
1680
+ :host .papier button.btn-success-outline:hover:active,
1681
+ :host .papier .paper-btn.btn-success-outline:hover:active,
1682
+ :host .papier [type=button].btn-success-outline:hover:active {
1878
1683
  background-color: #bccca8;
1879
1684
  }
1880
-
1881
- button.btn-warning-outline,
1882
- .paper-btn.btn-warning-outline,
1883
- [type=button].btn-warning-outline {
1685
+ :host .papier button.btn-warning-outline,
1686
+ :host .papier .paper-btn.btn-warning-outline,
1687
+ :host .papier [type=button].btn-warning-outline {
1884
1688
  background-color: #41403e;
1885
1689
  background-color: var(--main-background);
1886
1690
  color: #41403e;
@@ -1888,20 +1692,19 @@ button.btn-warning-outline,
1888
1692
  border-color: #41403e;
1889
1693
  border-color: var(--warning);
1890
1694
  }
1891
- button.btn-warning-outline:hover,
1892
- .paper-btn.btn-warning-outline:hover,
1893
- [type=button].btn-warning-outline:hover {
1695
+ :host .papier button.btn-warning-outline:hover,
1696
+ :host .papier .paper-btn.btn-warning-outline:hover,
1697
+ :host .papier [type=button].btn-warning-outline:hover {
1894
1698
  background-color: #f5f0c6;
1895
1699
  }
1896
- button.btn-warning-outline:hover:active,
1897
- .paper-btn.btn-warning-outline:hover:active,
1898
- [type=button].btn-warning-outline:hover:active {
1700
+ :host .papier button.btn-warning-outline:hover:active,
1701
+ :host .papier .paper-btn.btn-warning-outline:hover:active,
1702
+ :host .papier [type=button].btn-warning-outline:hover:active {
1899
1703
  background-color: #ede49b;
1900
1704
  }
1901
-
1902
- button.btn-danger-outline,
1903
- .paper-btn.btn-danger-outline,
1904
- [type=button].btn-danger-outline {
1705
+ :host .papier button.btn-danger-outline,
1706
+ :host .papier .paper-btn.btn-danger-outline,
1707
+ :host .papier [type=button].btn-danger-outline {
1905
1708
  background-color: #41403e;
1906
1709
  background-color: var(--main-background);
1907
1710
  color: #41403e;
@@ -1909,20 +1712,19 @@ button.btn-danger-outline,
1909
1712
  border-color: #41403e;
1910
1713
  border-color: var(--danger);
1911
1714
  }
1912
- button.btn-danger-outline:hover,
1913
- .paper-btn.btn-danger-outline:hover,
1914
- [type=button].btn-danger-outline:hover {
1715
+ :host .papier button.btn-danger-outline:hover,
1716
+ :host .papier .paper-btn.btn-danger-outline:hover,
1717
+ :host .papier [type=button].btn-danger-outline:hover {
1915
1718
  background-color: #f0cbc9;
1916
1719
  }
1917
- button.btn-danger-outline:hover:active,
1918
- .paper-btn.btn-danger-outline:hover:active,
1919
- [type=button].btn-danger-outline:hover:active {
1720
+ :host .papier button.btn-danger-outline:hover:active,
1721
+ :host .papier .paper-btn.btn-danger-outline:hover:active,
1722
+ :host .papier [type=button].btn-danger-outline:hover:active {
1920
1723
  background-color: #e6a5a1;
1921
1724
  }
1922
-
1923
- button.btn-muted-outline,
1924
- .paper-btn.btn-muted-outline,
1925
- [type=button].btn-muted-outline {
1725
+ :host .papier button.btn-muted-outline,
1726
+ :host .papier .paper-btn.btn-muted-outline,
1727
+ :host .papier [type=button].btn-muted-outline {
1926
1728
  background-color: #41403e;
1927
1729
  background-color: var(--main-background);
1928
1730
  color: #41403e;
@@ -1930,24 +1732,23 @@ button.btn-muted-outline,
1930
1732
  border-color: #41403e;
1931
1733
  border-color: var(--muted);
1932
1734
  }
1933
- button.btn-muted-outline:hover,
1934
- .paper-btn.btn-muted-outline:hover,
1935
- [type=button].btn-muted-outline:hover {
1735
+ :host .papier button.btn-muted-outline:hover,
1736
+ :host .papier .paper-btn.btn-muted-outline:hover,
1737
+ :host .papier [type=button].btn-muted-outline:hover {
1936
1738
  background-color: #e6e7e9;
1937
1739
  }
1938
- button.btn-muted-outline:hover:active,
1939
- .paper-btn.btn-muted-outline:hover:active,
1940
- [type=button].btn-muted-outline:hover:active {
1740
+ :host .papier button.btn-muted-outline:hover:active,
1741
+ :host .papier .paper-btn.btn-muted-outline:hover:active,
1742
+ :host .papier [type=button].btn-muted-outline:hover:active {
1941
1743
  background-color: #caced1;
1942
1744
  }
1943
-
1944
- .card {
1745
+ :host .papier .card {
1945
1746
  transition: all 235ms ease 0s;
1946
1747
  box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1947
1748
  border-color: #41403e;
1948
1749
  border-color: var(--muted-light);
1949
1750
  -webkit-backface-visibility: hidden;
1950
- backface-visibility: hidden;
1751
+ backface-visibility: hidden;
1951
1752
  border-style: solid;
1952
1753
  border-width: 2px;
1953
1754
  display: flex;
@@ -1956,60 +1757,59 @@ button.btn-muted-outline:hover:active,
1956
1757
  will-change: transform;
1957
1758
  word-wrap: break-word;
1958
1759
  }
1959
- .card:hover {
1760
+ :host .papier .card:hover {
1960
1761
  transform: translate3d(0, 2px, 0);
1961
1762
  box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1962
1763
  }
1963
- .card .card-header,
1964
- .card .card-footer {
1764
+ :host .papier .card .card-header,
1765
+ :host .papier .card .card-footer {
1965
1766
  background-color: #41403e;
1966
1767
  background-color: var(--white-dark);
1967
1768
  border-color: #41403e;
1968
1769
  border-color: var(--muted-light);
1969
1770
  padding: 0.75rem 1.25rem;
1970
1771
  }
1971
- .card .card-header {
1772
+ :host .papier .card .card-header {
1972
1773
  border-bottom-style: solid;
1973
1774
  border-bottom-width: 2px;
1974
1775
  }
1975
- .card .card-footer {
1776
+ :host .papier .card .card-footer {
1976
1777
  border-top-style: solid;
1977
1778
  border-top-width: 2px;
1978
1779
  }
1979
- .card .card-body {
1780
+ :host .papier .card .card-body {
1980
1781
  flex: 1 1 auto;
1981
1782
  padding: 1.25rem;
1982
1783
  }
1983
- .card .card-body .card-title,
1984
- .card .card-body h4 {
1784
+ :host .papier .card .card-body .card-title,
1785
+ :host .papier .card .card-body h4 {
1985
1786
  margin-bottom: 0.5rem;
1986
1787
  margin-top: 0;
1987
1788
  }
1988
- .card .card-body .card-subtitle,
1989
- .card .card-body h5 {
1789
+ :host .papier .card .card-body .card-subtitle,
1790
+ :host .papier .card .card-body h5 {
1990
1791
  color: #0b74d5;
1991
1792
  margin-bottom: 0.5rem;
1992
1793
  margin-top: 0;
1993
1794
  }
1994
- .card .card-body .card-text,
1995
- .card .card-body p {
1795
+ :host .papier .card .card-body .card-text,
1796
+ :host .papier .card .card-body p {
1996
1797
  margin-bottom: 1rem;
1997
1798
  margin-top: 0;
1998
1799
  }
1999
- .card .card-body .card-link + .card-link,
2000
- .card .card-body a + a {
1800
+ :host .papier .card .card-body .card-link + .card-link,
1801
+ :host .papier .card .card-body a + a {
2001
1802
  margin-left: 1.25rem;
2002
1803
  }
2003
- .card .image-top,
2004
- .card .image-bottom,
2005
- .card img {
1804
+ :host .papier .card .image-top,
1805
+ :host .papier .card .image-bottom,
1806
+ :host .papier .card img {
2006
1807
  border: 0;
2007
1808
  border-radius: 0;
2008
1809
  }
2009
-
2010
- input,
2011
- select,
2012
- textarea {
1810
+ :host .papier input,
1811
+ :host .papier select,
1812
+ :host .papier textarea {
2013
1813
  color: #41403e;
2014
1814
  color: var(--primary);
2015
1815
  border-color: #41403e;
@@ -2026,54 +1826,52 @@ textarea {
2026
1826
  outline: none;
2027
1827
  padding: 0.5rem;
2028
1828
  }
2029
- input:focus,
2030
- select:focus,
2031
- textarea:focus {
1829
+ :host .papier input:focus,
1830
+ :host .papier select:focus,
1831
+ :host .papier textarea:focus {
2032
1832
  border-color: #41403e;
2033
1833
  border-color: var(--secondary);
2034
1834
  border-style: solid;
2035
1835
  border-width: 2px;
2036
1836
  }
2037
- select {
1837
+ :host .papier select {
2038
1838
  height: 2.35rem;
2039
1839
  }
2040
-
2041
- .disabled, input.disabled, input[disabled],
2042
- select.disabled,
2043
- select[disabled],
2044
- textarea.disabled,
2045
- textarea[disabled] {
1840
+ :host .papier .disabled, :host .papier input.disabled, :host .papier input[disabled],
1841
+ :host .papier select.disabled,
1842
+ :host .papier select[disabled],
1843
+ :host .papier textarea.disabled,
1844
+ :host .papier textarea[disabled] {
2046
1845
  cursor: not-allowed;
2047
1846
  opacity: 0.5;
2048
1847
  }
2049
-
2050
- .form-group {
1848
+ :host .papier .form-group {
2051
1849
  margin-bottom: 1rem;
2052
1850
  }
2053
- .form-group > label,
2054
- .form-group legend {
1851
+ :host .papier .form-group > label,
1852
+ :host .papier .form-group legend {
2055
1853
  display: inline-block;
2056
1854
  margin-bottom: 0.5rem;
2057
1855
  }
2058
- .form-group .input-block {
1856
+ :host .papier .form-group .input-block {
2059
1857
  width: 100%;
2060
1858
  }
2061
- .form-group textarea {
1859
+ :host .papier .form-group textarea {
2062
1860
  max-height: 90vh;
2063
1861
  max-width: 100%;
2064
1862
  }
2065
- .form-group textarea.no-resize {
1863
+ :host .papier .form-group textarea.no-resize {
2066
1864
  resize: none;
2067
1865
  }
2068
- .form-group .paper-radio,
2069
- .form-group .paper-check {
1866
+ :host .papier .form-group .paper-radio,
1867
+ :host .papier .form-group .paper-check {
2070
1868
  cursor: pointer;
2071
1869
  display: block;
2072
1870
  margin-bottom: 0.5rem;
2073
1871
  /* the basic, unchecked style */
2074
1872
  }
2075
- .form-group .paper-radio input,
2076
- .form-group .paper-check input {
1873
+ :host .papier .form-group .paper-radio input,
1874
+ :host .papier .form-group .paper-check input {
2077
1875
  border: 0;
2078
1876
  height: 1px;
2079
1877
  margin: -1px;
@@ -2085,12 +1883,12 @@ textarea[disabled] {
2085
1883
  /* radio styles */
2086
1884
  /* checkbox styles */
2087
1885
  }
2088
- .form-group .paper-radio input + span,
2089
- .form-group .paper-check input + span {
1886
+ :host .papier .form-group .paper-radio input + span,
1887
+ :host .papier .form-group .paper-check input + span {
2090
1888
  display: block;
2091
1889
  }
2092
- .form-group .paper-radio input + span::before,
2093
- .form-group .paper-check input + span::before {
1890
+ :host .papier .form-group .paper-radio input + span::before,
1891
+ :host .papier .form-group .paper-check input + span::before {
2094
1892
  border-color: #41403e;
2095
1893
  border-color: var(--primary);
2096
1894
  border-style: solid;
@@ -2103,71 +1901,71 @@ textarea[disabled] {
2103
1901
  vertical-align: -0.25em;
2104
1902
  width: 1rem;
2105
1903
  }
2106
- .form-group .paper-radio input[type=radio] + span::before,
2107
- .form-group .paper-check input[type=radio] + span::before {
1904
+ :host .papier .form-group .paper-radio input[type=radio] + span::before,
1905
+ :host .papier .form-group .paper-check input[type=radio] + span::before {
2108
1906
  border-bottom-left-radius: 0.7rem 1rem;
2109
1907
  border-bottom-right-radius: 1rem 0.9rem;
2110
1908
  border-top-left-radius: 1rem 1rem;
2111
1909
  border-top-right-radius: 1rem 0.6rem;
2112
1910
  }
2113
- .form-group .paper-radio input[type=radio]:checked + span::before,
2114
- .form-group .paper-check input[type=radio]:checked + span::before {
1911
+ :host .papier .form-group .paper-radio input[type=radio]:checked + span::before,
1912
+ :host .papier .form-group .paper-check input[type=radio]:checked + span::before {
2115
1913
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20fill%3D'%230b74d5'%20d%3D'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;
2116
1914
  }
2117
- .form-group .paper-radio input[type=checkbox],
2118
- .form-group .paper-check input[type=checkbox] {
1915
+ :host .papier .form-group .paper-radio input[type=checkbox],
1916
+ :host .papier .form-group .paper-check input[type=checkbox] {
2119
1917
  /* checked */
2120
1918
  }
2121
- .form-group .paper-radio input[type=checkbox] + span::before,
2122
- .form-group .paper-check input[type=checkbox] + span::before {
1919
+ :host .papier .form-group .paper-radio input[type=checkbox] + span::before,
1920
+ :host .papier .form-group .paper-check input[type=checkbox] + span::before {
2123
1921
  border-bottom-left-radius: 15px 255px;
2124
1922
  border-bottom-right-radius: 225px 15px;
2125
1923
  border-top-left-radius: 255px 15px;
2126
1924
  border-top-right-radius: 15px 225px;
2127
1925
  }
2128
- .form-group .paper-radio input[type=checkbox]:checked + span::before,
2129
- .form-group .paper-check input[type=checkbox]:checked + span::before {
1926
+ :host .papier .form-group .paper-radio input[type=checkbox]:checked + span::before,
1927
+ :host .papier .form-group .paper-check input[type=checkbox]:checked + span::before {
2130
1928
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20stroke%3D'%230b74d5'%20fill-opacity%3D'0'%20stroke-width%3D'16'%20d%3D'm13,62c0.61067,1.6%201.3045,2.3045%201.75717,2.75716c0.72683,0.72684%201.24283,1.24284%202.07617,2.07617c0.54133,0.54133%201.04116,1.06035%201.82833,1.82383c0.5781,0.5607%201.00502,0.96983%202.02633,1.74417c0.55877,0.42365%201.191,0.84034%201.884,1.284c1.16491,0.74577%201.59777,1.00147%202.5,1.55067c0.4692,0.28561%201.43689,0.86868%201.93067,1.16534c0.99711,0.59904%201.99667,1.19755%202.49283,1.49866c0.98501,0.59779%201.47073,0.89648%201.94733,1.2c1.3971,0.88972%201.83738,1.19736%202.7,1.7955c0.42201,0.29262%201.24022,0.87785%202.05583,1.41917c0.79531,0.52785%201.59376,1.0075%202.38,1.43867c0.74477,0.40842%201.45167,0.75802%202.37817,1.22517c0.76133,0.38387%201.54947,0.82848%202.40717,1.41084c0.7312,0.49647%201.49563,1.08231%202.27884,1.258c0.35564,0.07978%200.14721,-0.95518%200.35733,-1.86867c0.18092,-0.78651%200.98183,-1.2141%200.99983,-2.07867c0.02073,-0.99529%200.07916,-1.79945%200.42533,-2.56133c0.43607,-0.95973%200.53956,-1.66774%200.79617,-2.68183c0.18888,-0.74645%200.39764,-1.31168%200.7785,-2.6235c0.20865,-0.71867%200.41483,-1.48614%200.708,-2.28c0.15452,-0.41843%200.77356,-1.73138%201.348,-2.64133c0.30581,-0.48443%200.65045,-0.97043%201.0065,-1.4745c0.74776,-1.05863%201.1531,-1.60163%201.9375,-2.77084c0.40621,-0.60548%200.80272,-1.23513%201.2045,-1.8765c0.40757,-0.65062%200.81464,-1.31206%201.2315,-1.9755c0.41946,-0.66757%200.83374,-1.34258%201.73067,-2.648c0.44696,-0.65053%200.91436,-1.28356%201.386,-1.9095c0.46972,-0.6234%200.94725,-1.2364%201.422,-1.8465c0.94116,-1.20947%201.86168,-2.40844%202.30367,-3.0105c0.438,-0.59664%200.86246,-1.19396%201.27501,-1.7895c0.40743,-0.58816%200.80352,-1.17234%201.185,-1.7535c1.10526,-1.68381%201.44079,-2.23511%201.77633,-2.7705c0.32878,-0.52461%200.96306,-1.5459%201.27467,-2.04c0.60654,-0.96177%201.20782,-1.88193%201.51051,-2.325c0.59013,-0.86381%201.17888,-1.68032%201.46416,-2.075c0.5498,-0.76063%201.31747,-1.8231%201.77883,-2.4895c0.43918,-0.63437%200.85266,-1.25267%201.45717,-2.15717c0.59549,-0.891%200.96531,-1.46814%201.51466,-2.22933c0.58413,-0.80936%201.12566,-1.40253%201.83801,-2.12333c0.61304,-0.62031%200.45171,-1.48306%200.7045,-2.34733c0.25668,-0.87762%200.75447,-1.62502%201,-2.40983c0.25128,-0.8032%200.7633,-1.39453%201.33217,-2.25417c0.54528,-0.82398%200.73415,-1.6714%201.31516,-2.336c0.55639,-0.63644%201.38658,-1.22588%201.8595,-1.9c0.5082,-0.72441%200.78867,-1.4%201.60266,-1.56667l0.71184,-0.4905'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;
2131
1929
  }
2132
- .form-group .paper-switch-label,
2133
- .form-group .paper-switch-2-label {
1930
+ :host .papier .form-group .paper-switch-label,
1931
+ :host .papier .form-group .paper-switch-2-label {
2134
1932
  cursor: pointer;
2135
1933
  float: left;
2136
1934
  }
2137
- .form-group .paper-switch-label {
1935
+ :host .papier .form-group .paper-switch-label {
2138
1936
  margin: -6px 10px 0 0;
2139
1937
  }
2140
- .form-group .paper-switch-2-label {
1938
+ :host .papier .form-group .paper-switch-2-label {
2141
1939
  margin: 0 10px 0 0;
2142
1940
  }
2143
- .form-group .paper-switch,
2144
- .form-group .paper-switch-2 {
1941
+ :host .papier .form-group .paper-switch,
1942
+ :host .papier .form-group .paper-switch-2 {
2145
1943
  display: block;
2146
1944
  float: left;
2147
1945
  margin: 0 10px 0 0;
2148
1946
  position: relative;
2149
1947
  }
2150
- .form-group .paper-switch input,
2151
- .form-group .paper-switch-2 input {
1948
+ :host .papier .form-group .paper-switch input,
1949
+ :host .papier .form-group .paper-switch-2 input {
2152
1950
  height: 0;
2153
1951
  opacity: 0;
2154
1952
  width: 0;
2155
1953
  }
2156
- .form-group .paper-switch input:checked + .paper-switch-slider,
2157
- .form-group .paper-switch-2 input:checked + .paper-switch-slider {
1954
+ :host .papier .form-group .paper-switch input:checked + .paper-switch-slider,
1955
+ :host .papier .form-group .paper-switch-2 input:checked + .paper-switch-slider {
2158
1956
  background-color: #41403e;
2159
1957
  background-color: var(--success-light);
2160
1958
  }
2161
- .form-group .paper-switch input:checked + .paper-switch-slider::before,
2162
- .form-group .paper-switch-2 input:checked + .paper-switch-slider::before {
1959
+ :host .papier .form-group .paper-switch input:checked + .paper-switch-slider::before,
1960
+ :host .papier .form-group .paper-switch-2 input:checked + .paper-switch-slider::before {
2163
1961
  transform: translateX(26px);
2164
1962
  }
2165
- .form-group .paper-switch input:focus + .paper-switch-slider,
2166
- .form-group .paper-switch-2 input:focus + .paper-switch-slider {
1963
+ :host .papier .form-group .paper-switch input:focus + .paper-switch-slider,
1964
+ :host .papier .form-group .paper-switch-2 input:focus + .paper-switch-slider {
2167
1965
  box-shadow: 0 0 3px #0b74d5;
2168
1966
  }
2169
- .form-group .paper-switch .paper-switch-slider,
2170
- .form-group .paper-switch-2 .paper-switch-slider {
1967
+ :host .papier .form-group .paper-switch .paper-switch-slider,
1968
+ :host .papier .form-group .paper-switch-2 .paper-switch-slider {
2171
1969
  border-color: #41403e;
2172
1970
  border-color: var(--primary);
2173
1971
  border-bottom-left-radius: 15px 255px;
@@ -2184,8 +1982,8 @@ textarea[disabled] {
2184
1982
  top: 0;
2185
1983
  transition: 0.4s;
2186
1984
  }
2187
- .form-group .paper-switch .paper-switch-slider::before,
2188
- .form-group .paper-switch-2 .paper-switch-slider::before {
1985
+ :host .papier .form-group .paper-switch .paper-switch-slider::before,
1986
+ :host .papier .form-group .paper-switch-2 .paper-switch-slider::before {
2189
1987
  background: #41403e;
2190
1988
  background: var(--secondary);
2191
1989
  border-bottom-left-radius: 15px 255px;
@@ -2197,8 +1995,8 @@ textarea[disabled] {
2197
1995
  position: absolute;
2198
1996
  transition: 0.4s;
2199
1997
  }
2200
- .form-group .paper-switch .paper-switch-slider.round,
2201
- .form-group .paper-switch-2 .paper-switch-slider.round {
1998
+ :host .papier .form-group .paper-switch .paper-switch-slider.round,
1999
+ :host .papier .form-group .paper-switch-2 .paper-switch-slider.round {
2202
2000
  border-color: #41403e;
2203
2001
  border-color: var(--primary);
2204
2002
  border-bottom-left-radius: 0.7rem 1rem;
@@ -2208,8 +2006,8 @@ textarea[disabled] {
2208
2006
  border-top-right-radius: 1rem 0.6rem;
2209
2007
  border-width: 2px;
2210
2008
  }
2211
- .form-group .paper-switch .paper-switch-slider.round::before,
2212
- .form-group .paper-switch-2 .paper-switch-slider.round::before {
2009
+ :host .papier .form-group .paper-switch .paper-switch-slider.round::before,
2010
+ :host .papier .form-group .paper-switch-2 .paper-switch-slider.round::before {
2213
2011
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20fill%3D'%230071de'%20d%3D'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;
2214
2012
  border-bottom-left-radius: 0.7rem 1rem;
2215
2013
  border-bottom-right-radius: 1rem 0.9rem;
@@ -2217,35 +2015,35 @@ textarea[disabled] {
2217
2015
  border-top-right-radius: 1rem 0.6rem;
2218
2016
  left: 4px;
2219
2017
  }
2220
- .form-group .paper-switch {
2018
+ :host .papier .form-group .paper-switch {
2221
2019
  height: 12px;
2222
2020
  width: 60px;
2223
2021
  }
2224
- .form-group .paper-switch .paper-switch-slider::before {
2022
+ :host .papier .form-group .paper-switch .paper-switch-slider::before {
2225
2023
  bottom: -6px;
2226
2024
  height: 20px;
2227
2025
  width: 20px;
2228
2026
  }
2229
- .form-group .paper-switch .paper-switch-slider.round::before {
2027
+ :host .papier .form-group .paper-switch .paper-switch-slider.round::before {
2230
2028
  bottom: -7px;
2231
2029
  height: 23px;
2232
2030
  width: 23px;
2233
2031
  }
2234
- .form-group .paper-switch-2 {
2032
+ :host .papier .form-group .paper-switch-2 {
2235
2033
  height: 22px;
2236
2034
  width: 50px;
2237
2035
  }
2238
- .form-group .paper-switch-2 .paper-switch-slider::before {
2036
+ :host .papier .form-group .paper-switch-2 .paper-switch-slider::before {
2239
2037
  bottom: 2px;
2240
2038
  height: 14px;
2241
2039
  width: 14px;
2242
2040
  }
2243
- .form-group .paper-switch-2 .paper-switch-slider.round::before {
2041
+ :host .papier .form-group .paper-switch-2 .paper-switch-slider.round::before {
2244
2042
  bottom: 2px;
2245
2043
  height: 14px;
2246
2044
  width: 14px;
2247
2045
  }
2248
- .form-group .paper-switch-tile {
2046
+ :host .papier .form-group .paper-switch-tile {
2249
2047
  cursor: pointer;
2250
2048
  display: block;
2251
2049
  float: left;
@@ -2257,22 +2055,22 @@ textarea[disabled] {
2257
2055
  transform-style: preserve-3d;
2258
2056
  width: 80px;
2259
2057
  }
2260
- .form-group .paper-switch-tile:hover .paper-switch-tile-card {
2058
+ :host .papier .form-group .paper-switch-tile:hover .paper-switch-tile-card {
2261
2059
  box-shadow: 2px 8px 4px -5px rgba(0, 0, 0, 0.2);
2262
2060
  transform: rotateX(30deg);
2263
2061
  }
2264
- .form-group .paper-switch-tile:hover:checked + .paper-switch-tile-card {
2062
+ :host .papier .form-group .paper-switch-tile:hover:checked + .paper-switch-tile-card {
2265
2063
  background-color: transparent;
2266
2064
  box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.9);
2267
2065
  transform: rotateX(150deg);
2268
2066
  }
2269
- .form-group .paper-switch-tile input {
2067
+ :host .papier .form-group .paper-switch-tile input {
2270
2068
  display: none;
2271
2069
  }
2272
- .form-group .paper-switch-tile input:checked + .paper-switch-tile-card {
2070
+ :host .papier .form-group .paper-switch-tile input:checked + .paper-switch-tile-card {
2273
2071
  transform: rotateX(180deg);
2274
2072
  }
2275
- .form-group .paper-switch-tile-card {
2073
+ :host .papier .form-group .paper-switch-tile-card {
2276
2074
  background-color: transparent;
2277
2075
  border-color: transparent;
2278
2076
  height: 100%;
@@ -2281,9 +2079,9 @@ textarea[disabled] {
2281
2079
  transition: all 600ms;
2282
2080
  width: 100%;
2283
2081
  }
2284
- .form-group .paper-switch-tile-card div {
2082
+ :host .papier .form-group .paper-switch-tile-card div {
2285
2083
  -webkit-backface-visibility: hidden;
2286
- backface-visibility: hidden;
2084
+ backface-visibility: hidden;
2287
2085
  box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
2288
2086
  height: 100%;
2289
2087
  line-height: 70px;
@@ -2291,20 +2089,20 @@ textarea[disabled] {
2291
2089
  text-align: center;
2292
2090
  width: 100%;
2293
2091
  }
2294
- .form-group .paper-switch-tile-card .paper-switch-tile-card-back {
2092
+ :host .papier .form-group .paper-switch-tile-card .paper-switch-tile-card-back {
2295
2093
  transform: rotateX(180deg);
2296
2094
  }
2297
- .form-group input[type=range] {
2095
+ :host .papier .form-group input[type=range] {
2298
2096
  -webkit-appearance: none;
2299
- -moz-appearance: none;
2300
- appearance: none;
2097
+ -moz-appearance: none;
2098
+ appearance: none;
2301
2099
  border-width: 0;
2302
2100
  padding: 0;
2303
2101
  /* For Chromium */
2304
2102
  /* For Mozilla Firefox */
2305
2103
  /* For IE */
2306
2104
  }
2307
- .form-group input[type=range]::-webkit-slider-runnable-track {
2105
+ :host .papier .form-group input[type=range]::-webkit-slider-runnable-track {
2308
2106
  background: #41403e;
2309
2107
  background: var(--secondary);
2310
2108
  border-color: #41403e;
@@ -2318,13 +2116,13 @@ textarea[disabled] {
2318
2116
  margin: 10px 0;
2319
2117
  width: 100%;
2320
2118
  }
2321
- .form-group input[type=range]::-webkit-slider-thumb {
2119
+ :host .papier .form-group input[type=range]::-webkit-slider-thumb {
2322
2120
  background: #41403e;
2323
2121
  background: var(--white);
2324
2122
  border-color: #41403e;
2325
2123
  border-color: var(--primary);
2326
2124
  -webkit-appearance: none;
2327
- appearance: none;
2125
+ appearance: none;
2328
2126
  border-bottom-left-radius: 0.7rem 1rem;
2329
2127
  border-bottom-right-radius: 1rem 0.9rem;
2330
2128
  border-style: solid;
@@ -2337,7 +2135,7 @@ textarea[disabled] {
2337
2135
  margin-top: -14px;
2338
2136
  width: 16px;
2339
2137
  }
2340
- .form-group input[type=range]::-moz-range-track {
2138
+ :host .papier .form-group input[type=range]::-moz-range-track {
2341
2139
  background: #41403e;
2342
2140
  background: var(--secondary);
2343
2141
  border-color: #41403e;
@@ -2348,7 +2146,7 @@ textarea[disabled] {
2348
2146
  height: 8px;
2349
2147
  width: 100%;
2350
2148
  }
2351
- .form-group input[type=range]::-moz-range-thumb {
2149
+ :host .papier .form-group input[type=range]::-moz-range-thumb {
2352
2150
  background: #41403e;
2353
2151
  background: var(--white);
2354
2152
  border-color: #41403e;
@@ -2364,7 +2162,7 @@ textarea[disabled] {
2364
2162
  height: 36px;
2365
2163
  width: 16px;
2366
2164
  }
2367
- .form-group input[type=range]::-ms-track {
2165
+ :host .papier .form-group input[type=range]::-ms-track {
2368
2166
  background: transparent;
2369
2167
  border-color: transparent;
2370
2168
  border-width: 16px 0;
@@ -2373,7 +2171,7 @@ textarea[disabled] {
2373
2171
  height: 8px;
2374
2172
  width: 100%;
2375
2173
  }
2376
- .form-group input[type=range]::-ms-fill-lower, .form-group input[type=range]::-ms-fill-upper {
2174
+ :host .papier .form-group input[type=range]::-ms-fill-lower, :host .papier .form-group input[type=range]::-ms-fill-upper {
2377
2175
  background: #41403e;
2378
2176
  background: var(--secondary);
2379
2177
  border-color: #41403e;
@@ -2383,7 +2181,7 @@ textarea[disabled] {
2383
2181
  border-width: 1px;
2384
2182
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2385
2183
  }
2386
- .form-group input[type=range]::-ms-thumb {
2184
+ :host .papier .form-group input[type=range]::-ms-thumb {
2387
2185
  background: #41403e;
2388
2186
  background: var(--white);
2389
2187
  border-color: #41403e;
@@ -2400,13 +2198,11 @@ textarea[disabled] {
2400
2198
  height: 36px;
2401
2199
  width: 16px;
2402
2200
  }
2403
-
2404
- fieldset.form-group {
2201
+ :host .papier fieldset.form-group {
2405
2202
  border: 0;
2406
2203
  padding: 0;
2407
2204
  }
2408
-
2409
- .modal {
2205
+ :host .papier .modal {
2410
2206
  transition: opacity 235ms ease-in-out 0s;
2411
2207
  background: rgba(0, 0, 0, 0.6);
2412
2208
  bottom: 0;
@@ -2421,7 +2217,7 @@ fieldset.form-group {
2421
2217
  word-wrap: break-word;
2422
2218
  z-index: 200;
2423
2219
  }
2424
- .modal-bg {
2220
+ :host .papier .modal-bg {
2425
2221
  bottom: 0;
2426
2222
  cursor: pointer;
2427
2223
  left: 0;
@@ -2429,7 +2225,7 @@ fieldset.form-group {
2429
2225
  right: 0;
2430
2226
  top: 0;
2431
2227
  }
2432
- .modal .modal-body {
2228
+ :host .papier .modal .modal-body {
2433
2229
  color: #41403e;
2434
2230
  color: var(--primary);
2435
2231
  background: #41403e;
@@ -2438,7 +2234,7 @@ fieldset.form-group {
2438
2234
  border-color: var(--muted-light);
2439
2235
  transition: all 235ms ease-in-out 0s;
2440
2236
  -webkit-backface-visibility: hidden;
2441
- backface-visibility: hidden;
2237
+ backface-visibility: hidden;
2442
2238
  border: 2px solid;
2443
2239
  left: 50%;
2444
2240
  padding: 1.25rem;
@@ -2447,12 +2243,12 @@ fieldset.form-group {
2447
2243
  transform: translate(-50%, -50%);
2448
2244
  }
2449
2245
  @media only screen and (max-width: 768px) {
2450
- .modal .modal-body {
2246
+ :host .papier .modal .modal-body {
2451
2247
  box-sizing: border-box;
2452
2248
  width: 90%;
2453
2249
  }
2454
2250
  }
2455
- .modal .btn-close {
2251
+ :host .papier .modal .btn-close {
2456
2252
  color: #41403e;
2457
2253
  color: var(--primary-light);
2458
2254
  transition: all 235ms ease-in-out 0s;
@@ -2465,39 +2261,39 @@ fieldset.form-group {
2465
2261
  top: 1rem;
2466
2262
  width: 1.1rem;
2467
2263
  }
2468
- .modal .btn-close:hover, .modal .btn-close:active, .modal .btn-close:focus {
2264
+ :host .papier .modal .btn-close:hover, :host .papier .modal .btn-close:active, :host .papier .modal .btn-close:focus {
2469
2265
  color: #41403e;
2470
2266
  color: var(--primary);
2471
2267
  }
2472
- .modal h4,
2473
- .modal .modal-title {
2268
+ :host .papier .modal h4,
2269
+ :host .papier .modal .modal-title {
2474
2270
  margin-bottom: 0.5rem;
2475
2271
  margin-top: 0;
2476
2272
  }
2477
- .modal h5,
2478
- .modal .modal-subtitle {
2273
+ :host .papier .modal h5,
2274
+ :host .papier .modal .modal-subtitle {
2479
2275
  color: #41403e;
2480
2276
  color: var(--secondary);
2481
2277
  margin-bottom: 0.5rem;
2482
2278
  margin-top: 0;
2483
2279
  }
2484
- .modal p,
2485
- .modal .modal-text {
2280
+ :host .papier .modal p,
2281
+ :host .papier .modal .modal-text {
2486
2282
  margin-bottom: 1rem;
2487
2283
  margin-top: 0;
2488
2284
  }
2489
- .modal .modal-link + .modal-link,
2490
- .modal a + a {
2285
+ :host .papier .modal .modal-link + .modal-link,
2286
+ :host .papier .modal a + a {
2491
2287
  margin-left: 1.25rem;
2492
2288
  }
2493
- .modal .paper-btn {
2289
+ :host .papier .modal .paper-btn {
2494
2290
  background: #41403e;
2495
2291
  background: var(--main-background);
2496
2292
  display: inline-block;
2497
2293
  text-decoration: none;
2498
2294
  }
2499
- .modal .modal-link,
2500
- .modal a {
2295
+ :host .papier .modal .modal-link,
2296
+ :host .papier .modal a {
2501
2297
  background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%);
2502
2298
  background-position: 0 90%;
2503
2299
  background-repeat: repeat-x;
@@ -2505,45 +2301,43 @@ fieldset.form-group {
2505
2301
  cursor: pointer;
2506
2302
  text-decoration: none;
2507
2303
  }
2508
- .modal .modal-link:hover, .modal .modal-link:focus, .modal .modal-link:visited,
2509
- .modal a:hover,
2510
- .modal a:focus,
2511
- .modal a:visited {
2304
+ :host .papier .modal .modal-link:hover, :host .papier .modal .modal-link:focus, :host .papier .modal .modal-link:visited,
2305
+ :host .papier .modal a:hover,
2306
+ :host .papier .modal a:focus,
2307
+ :host .papier .modal a:visited {
2512
2308
  color: #41403e;
2513
2309
  color: var(--primary);
2514
2310
  text-decoration: none;
2515
2311
  }
2516
-
2517
- .modal-state {
2312
+ :host .papier .modal-state {
2518
2313
  display: none;
2519
2314
  }
2520
- .modal-state:checked + .modal {
2315
+ :host .papier .modal-state:checked + .modal {
2521
2316
  opacity: 1;
2522
2317
  visibility: visible;
2523
2318
  }
2524
- .modal-state:checked + .modal .modal-body {
2319
+ :host .papier .modal-state:checked + .modal .modal-body {
2525
2320
  top: 50%;
2526
2321
  }
2527
-
2528
- [popover-top],
2529
- [popover-right],
2530
- [popover-bottom],
2531
- [popover-left] {
2322
+ :host .papier [popover-top],
2323
+ :host .papier [popover-right],
2324
+ :host .papier [popover-bottom],
2325
+ :host .papier [popover-left] {
2532
2326
  margin: 24px;
2533
2327
  position: relative;
2534
2328
  }
2535
- [popover-top]:hover::after,
2536
- [popover-right]:hover::after,
2537
- [popover-bottom]:hover::after,
2538
- [popover-left]:hover::after {
2329
+ :host .papier [popover-top]:hover::after,
2330
+ :host .papier [popover-right]:hover::after,
2331
+ :host .papier [popover-bottom]:hover::after,
2332
+ :host .papier [popover-left]:hover::after {
2539
2333
  opacity: 1;
2540
2334
  transition: opacity 235ms ease-in-out, visibility 0s linear;
2541
2335
  visibility: visible;
2542
2336
  }
2543
- [popover-top]::after,
2544
- [popover-right]::after,
2545
- [popover-bottom]::after,
2546
- [popover-left]::after {
2337
+ :host .papier [popover-top]::after,
2338
+ :host .papier [popover-right]::after,
2339
+ :host .papier [popover-bottom]::after,
2340
+ :host .papier [popover-left]::after {
2547
2341
  border-bottom-left-radius: 15px 255px;
2548
2342
  border-bottom-right-radius: 225px 15px;
2549
2343
  border-top-left-radius: 255px 15px;
@@ -2568,56 +2362,51 @@ fieldset.form-group {
2568
2362
  transition: opacity 235ms ease-in-out, visibility 0s linear 235ms;
2569
2363
  visibility: hidden;
2570
2364
  }
2571
-
2572
- [popover-left]::before {
2365
+ :host .papier [popover-left]::before {
2573
2366
  left: 0;
2574
2367
  margin-left: -12px;
2575
2368
  top: 50%;
2576
2369
  transform: translateY(-50%) rotate(-90deg);
2577
2370
  }
2578
- [popover-left]::after {
2371
+ :host .papier [popover-left]::after {
2579
2372
  content: attr(popover-left);
2580
2373
  left: 0;
2581
2374
  margin-left: -8px;
2582
2375
  top: 50%;
2583
2376
  transform: translateX(-100%) translateY(-50%);
2584
2377
  }
2585
-
2586
- [popover-right]::before {
2378
+ :host .papier [popover-right]::before {
2587
2379
  left: 100%;
2588
2380
  margin-left: 1px;
2589
2381
  top: 50%;
2590
2382
  transform: translatey(-50%) rotate(90deg);
2591
2383
  }
2592
- [popover-right]::after {
2384
+ :host .papier [popover-right]::after {
2593
2385
  content: attr(popover-right);
2594
2386
  left: 100%;
2595
2387
  margin-left: 8px;
2596
2388
  top: 50%;
2597
2389
  transform: translateX(0%) translateY(-50%);
2598
2390
  }
2599
-
2600
- [popover-top]::before {
2391
+ :host .papier [popover-top]::before {
2601
2392
  left: 50%;
2602
2393
  }
2603
- [popover-top]::after {
2394
+ :host .papier [popover-top]::after {
2604
2395
  content: attr(popover-top);
2605
2396
  left: 50%;
2606
2397
  }
2607
-
2608
- [popover-bottom]::before {
2398
+ :host .papier [popover-bottom]::before {
2609
2399
  margin-top: 8px;
2610
2400
  top: 100%;
2611
2401
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
2612
2402
  }
2613
- [popover-bottom]::after {
2403
+ :host .papier [popover-bottom]::after {
2614
2404
  content: attr(popover-bottom);
2615
2405
  margin-top: 8px;
2616
2406
  top: 100%;
2617
2407
  transform: translateX(-50%) translateY(0%);
2618
2408
  }
2619
-
2620
- .progress {
2409
+ :host .papier .progress {
2621
2410
  border-bottom-left-radius: 20px 115px;
2622
2411
  border-bottom-right-radius: 15px 105px;
2623
2412
  border-top-left-radius: 250px 15px;
@@ -2630,7 +2419,7 @@ fieldset.form-group {
2630
2419
  overflow: hidden;
2631
2420
  width: 100%;
2632
2421
  }
2633
- .progress .bar {
2422
+ :host .papier .progress .bar {
2634
2423
  border-bottom-left-radius: 20px 115px;
2635
2424
  border-bottom-right-radius: 15px 105px;
2636
2425
  border-top-left-radius: 250px 15px;
@@ -2649,367 +2438,366 @@ fieldset.form-group {
2649
2438
  text-align: center;
2650
2439
  width: 0%;
2651
2440
  }
2652
- .progress .bar.striped {
2441
+ :host .papier .progress .bar.striped {
2653
2442
  background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem);
2654
2443
  }
2655
- .progress .bar.primary {
2444
+ :host .papier .progress .bar.primary {
2656
2445
  background-color: #41403e;
2657
2446
  background-color: var(--primary-light);
2658
2447
  }
2659
- .progress .bar.primary.striped {
2448
+ :host .papier .progress .bar.primary.striped {
2660
2449
  background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem);
2661
2450
  }
2662
- .progress .bar.secondary {
2451
+ :host .papier .progress .bar.secondary {
2663
2452
  background-color: #41403e;
2664
2453
  background-color: var(--secondary-light);
2665
2454
  }
2666
- .progress .bar.secondary.striped {
2455
+ :host .papier .progress .bar.secondary.striped {
2667
2456
  background: repeating-linear-gradient(45deg, #d8ebfd, #d8ebfd 0.25rem, #a7d3fa 0.25rem, #a7d3fa 0.5rem);
2668
2457
  }
2669
- .progress .bar.success {
2458
+ :host .papier .progress .bar.success {
2670
2459
  background-color: #41403e;
2671
2460
  background-color: var(--success-light);
2672
2461
  }
2673
- .progress .bar.success.striped {
2462
+ :host .papier .progress .bar.success.striped {
2674
2463
  background: repeating-linear-gradient(45deg, #d5dfc8, #d5dfc8 0.25rem, #bccca8 0.25rem, #bccca8 0.5rem);
2675
2464
  }
2676
- .progress .bar.warning {
2465
+ :host .papier .progress .bar.warning {
2677
2466
  background-color: #41403e;
2678
2467
  background-color: var(--warning-light);
2679
2468
  }
2680
- .progress .bar.warning.striped {
2469
+ :host .papier .progress .bar.warning.striped {
2681
2470
  background: repeating-linear-gradient(45deg, #f5f0c6, #f5f0c6 0.25rem, #ede49b 0.25rem, #ede49b 0.5rem);
2682
2471
  }
2683
- .progress .bar.danger {
2472
+ :host .papier .progress .bar.danger {
2684
2473
  background-color: #41403e;
2685
2474
  background-color: var(--danger-light);
2686
2475
  }
2687
- .progress .bar.danger.striped {
2476
+ :host .papier .progress .bar.danger.striped {
2688
2477
  background: repeating-linear-gradient(45deg, #f0cbc9, #f0cbc9 0.25rem, #e6a5a1 0.25rem, #e6a5a1 0.5rem);
2689
2478
  }
2690
- .progress .bar.muted {
2479
+ :host .papier .progress .bar.muted {
2691
2480
  background-color: #41403e;
2692
2481
  background-color: var(--muted-light);
2693
2482
  }
2694
- .progress .bar.muted.striped {
2483
+ :host .papier .progress .bar.muted.striped {
2695
2484
  background: repeating-linear-gradient(45deg, #e6e7e9, #e6e7e9 0.25rem, #caced1 0.25rem, #caced1 0.5rem);
2696
2485
  }
2697
- .progress .bar.w-0 {
2486
+ :host .papier .progress .bar.w-0 {
2698
2487
  width: 0%;
2699
2488
  }
2700
- .progress .bar.w-1 {
2489
+ :host .papier .progress .bar.w-1 {
2701
2490
  width: 1%;
2702
2491
  }
2703
- .progress .bar.w-2 {
2492
+ :host .papier .progress .bar.w-2 {
2704
2493
  width: 2%;
2705
2494
  }
2706
- .progress .bar.w-3 {
2495
+ :host .papier .progress .bar.w-3 {
2707
2496
  width: 3%;
2708
2497
  }
2709
- .progress .bar.w-4 {
2498
+ :host .papier .progress .bar.w-4 {
2710
2499
  width: 4%;
2711
2500
  }
2712
- .progress .bar.w-5 {
2501
+ :host .papier .progress .bar.w-5 {
2713
2502
  width: 5%;
2714
2503
  }
2715
- .progress .bar.w-6 {
2504
+ :host .papier .progress .bar.w-6 {
2716
2505
  width: 6%;
2717
2506
  }
2718
- .progress .bar.w-7 {
2507
+ :host .papier .progress .bar.w-7 {
2719
2508
  width: 7%;
2720
2509
  }
2721
- .progress .bar.w-8 {
2510
+ :host .papier .progress .bar.w-8 {
2722
2511
  width: 8%;
2723
2512
  }
2724
- .progress .bar.w-9 {
2513
+ :host .papier .progress .bar.w-9 {
2725
2514
  width: 9%;
2726
2515
  }
2727
- .progress .bar.w-10 {
2516
+ :host .papier .progress .bar.w-10 {
2728
2517
  width: 10%;
2729
2518
  }
2730
- .progress .bar.w-11 {
2519
+ :host .papier .progress .bar.w-11 {
2731
2520
  width: 11%;
2732
2521
  }
2733
- .progress .bar.w-12 {
2522
+ :host .papier .progress .bar.w-12 {
2734
2523
  width: 12%;
2735
2524
  }
2736
- .progress .bar.w-13 {
2525
+ :host .papier .progress .bar.w-13 {
2737
2526
  width: 13%;
2738
2527
  }
2739
- .progress .bar.w-14 {
2528
+ :host .papier .progress .bar.w-14 {
2740
2529
  width: 14%;
2741
2530
  }
2742
- .progress .bar.w-15 {
2531
+ :host .papier .progress .bar.w-15 {
2743
2532
  width: 15%;
2744
2533
  }
2745
- .progress .bar.w-16 {
2534
+ :host .papier .progress .bar.w-16 {
2746
2535
  width: 16%;
2747
2536
  }
2748
- .progress .bar.w-17 {
2537
+ :host .papier .progress .bar.w-17 {
2749
2538
  width: 17%;
2750
2539
  }
2751
- .progress .bar.w-18 {
2540
+ :host .papier .progress .bar.w-18 {
2752
2541
  width: 18%;
2753
2542
  }
2754
- .progress .bar.w-19 {
2543
+ :host .papier .progress .bar.w-19 {
2755
2544
  width: 19%;
2756
2545
  }
2757
- .progress .bar.w-20 {
2546
+ :host .papier .progress .bar.w-20 {
2758
2547
  width: 20%;
2759
2548
  }
2760
- .progress .bar.w-21 {
2549
+ :host .papier .progress .bar.w-21 {
2761
2550
  width: 21%;
2762
2551
  }
2763
- .progress .bar.w-22 {
2552
+ :host .papier .progress .bar.w-22 {
2764
2553
  width: 22%;
2765
2554
  }
2766
- .progress .bar.w-23 {
2555
+ :host .papier .progress .bar.w-23 {
2767
2556
  width: 23%;
2768
2557
  }
2769
- .progress .bar.w-24 {
2558
+ :host .papier .progress .bar.w-24 {
2770
2559
  width: 24%;
2771
2560
  }
2772
- .progress .bar.w-25 {
2561
+ :host .papier .progress .bar.w-25 {
2773
2562
  width: 25%;
2774
2563
  }
2775
- .progress .bar.w-26 {
2564
+ :host .papier .progress .bar.w-26 {
2776
2565
  width: 26%;
2777
2566
  }
2778
- .progress .bar.w-27 {
2567
+ :host .papier .progress .bar.w-27 {
2779
2568
  width: 27%;
2780
2569
  }
2781
- .progress .bar.w-28 {
2570
+ :host .papier .progress .bar.w-28 {
2782
2571
  width: 28%;
2783
2572
  }
2784
- .progress .bar.w-29 {
2573
+ :host .papier .progress .bar.w-29 {
2785
2574
  width: 29%;
2786
2575
  }
2787
- .progress .bar.w-30 {
2576
+ :host .papier .progress .bar.w-30 {
2788
2577
  width: 30%;
2789
2578
  }
2790
- .progress .bar.w-31 {
2579
+ :host .papier .progress .bar.w-31 {
2791
2580
  width: 31%;
2792
2581
  }
2793
- .progress .bar.w-32 {
2582
+ :host .papier .progress .bar.w-32 {
2794
2583
  width: 32%;
2795
2584
  }
2796
- .progress .bar.w-33 {
2585
+ :host .papier .progress .bar.w-33 {
2797
2586
  width: 33%;
2798
2587
  }
2799
- .progress .bar.w-34 {
2588
+ :host .papier .progress .bar.w-34 {
2800
2589
  width: 34%;
2801
2590
  }
2802
- .progress .bar.w-35 {
2591
+ :host .papier .progress .bar.w-35 {
2803
2592
  width: 35%;
2804
2593
  }
2805
- .progress .bar.w-36 {
2594
+ :host .papier .progress .bar.w-36 {
2806
2595
  width: 36%;
2807
2596
  }
2808
- .progress .bar.w-37 {
2597
+ :host .papier .progress .bar.w-37 {
2809
2598
  width: 37%;
2810
2599
  }
2811
- .progress .bar.w-38 {
2600
+ :host .papier .progress .bar.w-38 {
2812
2601
  width: 38%;
2813
2602
  }
2814
- .progress .bar.w-39 {
2603
+ :host .papier .progress .bar.w-39 {
2815
2604
  width: 39%;
2816
2605
  }
2817
- .progress .bar.w-40 {
2606
+ :host .papier .progress .bar.w-40 {
2818
2607
  width: 40%;
2819
2608
  }
2820
- .progress .bar.w-41 {
2609
+ :host .papier .progress .bar.w-41 {
2821
2610
  width: 41%;
2822
2611
  }
2823
- .progress .bar.w-42 {
2612
+ :host .papier .progress .bar.w-42 {
2824
2613
  width: 42%;
2825
2614
  }
2826
- .progress .bar.w-43 {
2615
+ :host .papier .progress .bar.w-43 {
2827
2616
  width: 43%;
2828
2617
  }
2829
- .progress .bar.w-44 {
2618
+ :host .papier .progress .bar.w-44 {
2830
2619
  width: 44%;
2831
2620
  }
2832
- .progress .bar.w-45 {
2621
+ :host .papier .progress .bar.w-45 {
2833
2622
  width: 45%;
2834
2623
  }
2835
- .progress .bar.w-46 {
2624
+ :host .papier .progress .bar.w-46 {
2836
2625
  width: 46%;
2837
2626
  }
2838
- .progress .bar.w-47 {
2627
+ :host .papier .progress .bar.w-47 {
2839
2628
  width: 47%;
2840
2629
  }
2841
- .progress .bar.w-48 {
2630
+ :host .papier .progress .bar.w-48 {
2842
2631
  width: 48%;
2843
2632
  }
2844
- .progress .bar.w-49 {
2633
+ :host .papier .progress .bar.w-49 {
2845
2634
  width: 49%;
2846
2635
  }
2847
- .progress .bar.w-50 {
2636
+ :host .papier .progress .bar.w-50 {
2848
2637
  width: 50%;
2849
2638
  }
2850
- .progress .bar.w-51 {
2639
+ :host .papier .progress .bar.w-51 {
2851
2640
  width: 51%;
2852
2641
  }
2853
- .progress .bar.w-52 {
2642
+ :host .papier .progress .bar.w-52 {
2854
2643
  width: 52%;
2855
2644
  }
2856
- .progress .bar.w-53 {
2645
+ :host .papier .progress .bar.w-53 {
2857
2646
  width: 53%;
2858
2647
  }
2859
- .progress .bar.w-54 {
2648
+ :host .papier .progress .bar.w-54 {
2860
2649
  width: 54%;
2861
2650
  }
2862
- .progress .bar.w-55 {
2651
+ :host .papier .progress .bar.w-55 {
2863
2652
  width: 55%;
2864
2653
  }
2865
- .progress .bar.w-56 {
2654
+ :host .papier .progress .bar.w-56 {
2866
2655
  width: 56%;
2867
2656
  }
2868
- .progress .bar.w-57 {
2657
+ :host .papier .progress .bar.w-57 {
2869
2658
  width: 57%;
2870
2659
  }
2871
- .progress .bar.w-58 {
2660
+ :host .papier .progress .bar.w-58 {
2872
2661
  width: 58%;
2873
2662
  }
2874
- .progress .bar.w-59 {
2663
+ :host .papier .progress .bar.w-59 {
2875
2664
  width: 59%;
2876
2665
  }
2877
- .progress .bar.w-60 {
2666
+ :host .papier .progress .bar.w-60 {
2878
2667
  width: 60%;
2879
2668
  }
2880
- .progress .bar.w-61 {
2669
+ :host .papier .progress .bar.w-61 {
2881
2670
  width: 61%;
2882
2671
  }
2883
- .progress .bar.w-62 {
2672
+ :host .papier .progress .bar.w-62 {
2884
2673
  width: 62%;
2885
2674
  }
2886
- .progress .bar.w-63 {
2675
+ :host .papier .progress .bar.w-63 {
2887
2676
  width: 63%;
2888
2677
  }
2889
- .progress .bar.w-64 {
2678
+ :host .papier .progress .bar.w-64 {
2890
2679
  width: 64%;
2891
2680
  }
2892
- .progress .bar.w-65 {
2681
+ :host .papier .progress .bar.w-65 {
2893
2682
  width: 65%;
2894
2683
  }
2895
- .progress .bar.w-66 {
2684
+ :host .papier .progress .bar.w-66 {
2896
2685
  width: 66%;
2897
2686
  }
2898
- .progress .bar.w-67 {
2687
+ :host .papier .progress .bar.w-67 {
2899
2688
  width: 67%;
2900
2689
  }
2901
- .progress .bar.w-68 {
2690
+ :host .papier .progress .bar.w-68 {
2902
2691
  width: 68%;
2903
2692
  }
2904
- .progress .bar.w-69 {
2693
+ :host .papier .progress .bar.w-69 {
2905
2694
  width: 69%;
2906
2695
  }
2907
- .progress .bar.w-70 {
2696
+ :host .papier .progress .bar.w-70 {
2908
2697
  width: 70%;
2909
2698
  }
2910
- .progress .bar.w-71 {
2699
+ :host .papier .progress .bar.w-71 {
2911
2700
  width: 71%;
2912
2701
  }
2913
- .progress .bar.w-72 {
2702
+ :host .papier .progress .bar.w-72 {
2914
2703
  width: 72%;
2915
2704
  }
2916
- .progress .bar.w-73 {
2705
+ :host .papier .progress .bar.w-73 {
2917
2706
  width: 73%;
2918
2707
  }
2919
- .progress .bar.w-74 {
2708
+ :host .papier .progress .bar.w-74 {
2920
2709
  width: 74%;
2921
2710
  }
2922
- .progress .bar.w-75 {
2711
+ :host .papier .progress .bar.w-75 {
2923
2712
  width: 75%;
2924
2713
  }
2925
- .progress .bar.w-76 {
2714
+ :host .papier .progress .bar.w-76 {
2926
2715
  width: 76%;
2927
2716
  }
2928
- .progress .bar.w-77 {
2717
+ :host .papier .progress .bar.w-77 {
2929
2718
  width: 77%;
2930
2719
  }
2931
- .progress .bar.w-78 {
2720
+ :host .papier .progress .bar.w-78 {
2932
2721
  width: 78%;
2933
2722
  }
2934
- .progress .bar.w-79 {
2723
+ :host .papier .progress .bar.w-79 {
2935
2724
  width: 79%;
2936
2725
  }
2937
- .progress .bar.w-80 {
2726
+ :host .papier .progress .bar.w-80 {
2938
2727
  width: 80%;
2939
2728
  }
2940
- .progress .bar.w-81 {
2729
+ :host .papier .progress .bar.w-81 {
2941
2730
  width: 81%;
2942
2731
  }
2943
- .progress .bar.w-82 {
2732
+ :host .papier .progress .bar.w-82 {
2944
2733
  width: 82%;
2945
2734
  }
2946
- .progress .bar.w-83 {
2735
+ :host .papier .progress .bar.w-83 {
2947
2736
  width: 83%;
2948
2737
  }
2949
- .progress .bar.w-84 {
2738
+ :host .papier .progress .bar.w-84 {
2950
2739
  width: 84%;
2951
2740
  }
2952
- .progress .bar.w-85 {
2741
+ :host .papier .progress .bar.w-85 {
2953
2742
  width: 85%;
2954
2743
  }
2955
- .progress .bar.w-86 {
2744
+ :host .papier .progress .bar.w-86 {
2956
2745
  width: 86%;
2957
2746
  }
2958
- .progress .bar.w-87 {
2747
+ :host .papier .progress .bar.w-87 {
2959
2748
  width: 87%;
2960
2749
  }
2961
- .progress .bar.w-88 {
2750
+ :host .papier .progress .bar.w-88 {
2962
2751
  width: 88%;
2963
2752
  }
2964
- .progress .bar.w-89 {
2753
+ :host .papier .progress .bar.w-89 {
2965
2754
  width: 89%;
2966
2755
  }
2967
- .progress .bar.w-90 {
2756
+ :host .papier .progress .bar.w-90 {
2968
2757
  width: 90%;
2969
2758
  }
2970
- .progress .bar.w-91 {
2759
+ :host .papier .progress .bar.w-91 {
2971
2760
  width: 91%;
2972
2761
  }
2973
- .progress .bar.w-92 {
2762
+ :host .papier .progress .bar.w-92 {
2974
2763
  width: 92%;
2975
2764
  }
2976
- .progress .bar.w-93 {
2765
+ :host .papier .progress .bar.w-93 {
2977
2766
  width: 93%;
2978
2767
  }
2979
- .progress .bar.w-94 {
2768
+ :host .papier .progress .bar.w-94 {
2980
2769
  width: 94%;
2981
2770
  }
2982
- .progress .bar.w-95 {
2771
+ :host .papier .progress .bar.w-95 {
2983
2772
  width: 95%;
2984
2773
  }
2985
- .progress .bar.w-96 {
2774
+ :host .papier .progress .bar.w-96 {
2986
2775
  width: 96%;
2987
2776
  }
2988
- .progress .bar.w-97 {
2777
+ :host .papier .progress .bar.w-97 {
2989
2778
  width: 97%;
2990
2779
  }
2991
- .progress .bar.w-98 {
2780
+ :host .papier .progress .bar.w-98 {
2992
2781
  width: 98%;
2993
2782
  }
2994
- .progress .bar.w-99 {
2783
+ :host .papier .progress .bar.w-99 {
2995
2784
  width: 99%;
2996
2785
  }
2997
- .progress .bar.w-100 {
2786
+ :host .papier .progress .bar.w-100 {
2998
2787
  width: 100%;
2999
2788
  }
3000
- .progress .bar.w-0, .progress .bar.w-100 {
2789
+ :host .papier .progress .bar.w-0, :host .papier .progress .bar.w-100 {
3001
2790
  border-right: 0;
3002
2791
  }
3003
-
3004
- .tabs .content {
2792
+ :host .papier .tabs .content {
3005
2793
  display: none;
3006
2794
  flex-basis: 100%;
3007
2795
  padding: 0.75rem 0 0;
3008
2796
  }
3009
- .tabs input {
2797
+ :host .papier .tabs input {
3010
2798
  display: none;
3011
2799
  }
3012
- .tabs input:checked + label {
2800
+ :host .papier .tabs input:checked + label {
3013
2801
  color: #41403e;
3014
2802
  color: var(--primary);
3015
2803
  border-bottom-color: #41403e;
@@ -3017,22 +2805,22 @@ fieldset.form-group {
3017
2805
  border-bottom-style: solid;
3018
2806
  border-bottom-width: 3px;
3019
2807
  }
3020
- .tabs input[id$=tab1]:checked ~ div[id$=content1] {
2808
+ :host .papier .tabs input[id$=tab1]:checked ~ div[id$=content1] {
3021
2809
  display: block;
3022
2810
  }
3023
- .tabs input[id$=tab2]:checked ~ div[id$=content2] {
2811
+ :host .papier .tabs input[id$=tab2]:checked ~ div[id$=content2] {
3024
2812
  display: block;
3025
2813
  }
3026
- .tabs input[id$=tab3]:checked ~ div[id$=content3] {
2814
+ :host .papier .tabs input[id$=tab3]:checked ~ div[id$=content3] {
3027
2815
  display: block;
3028
2816
  }
3029
- .tabs input[id$=tab4]:checked ~ div[id$=content4] {
2817
+ :host .papier .tabs input[id$=tab4]:checked ~ div[id$=content4] {
3030
2818
  display: block;
3031
2819
  }
3032
- .tabs input[id$=tab5]:checked ~ div[id$=content5] {
2820
+ :host .papier .tabs input[id$=tab5]:checked ~ div[id$=content5] {
3033
2821
  display: block;
3034
2822
  }
3035
- .tabs label {
2823
+ :host .papier .tabs label {
3036
2824
  color: #41403e;
3037
2825
  color: var(--primary-light);
3038
2826
  display: inline-block;
@@ -3041,135 +2829,132 @@ fieldset.form-group {
3041
2829
  padding: 0.75rem;
3042
2830
  text-align: center;
3043
2831
  }
3044
- .tabs label:hover {
2832
+ :host .papier .tabs label:hover {
3045
2833
  color: #41403e;
3046
2834
  color: var(--muted);
3047
2835
  cursor: pointer;
3048
2836
  }
3049
-
3050
- .margin {
2837
+ :host .papier .margin {
3051
2838
  margin: 1rem;
3052
2839
  }
3053
- .margin-top {
2840
+ :host .papier .margin-top {
3054
2841
  margin-top: 1rem;
3055
2842
  }
3056
- .margin-top-large {
2843
+ :host .papier .margin-top-large {
3057
2844
  margin-top: 2rem;
3058
2845
  }
3059
- .margin-top-small {
2846
+ :host .papier .margin-top-small {
3060
2847
  margin-top: 0.5rem;
3061
2848
  }
3062
- .margin-top-none {
2849
+ :host .papier .margin-top-none {
3063
2850
  margin-top: 0;
3064
2851
  }
3065
- .margin-right {
2852
+ :host .papier .margin-right {
3066
2853
  margin-right: 1rem;
3067
2854
  }
3068
- .margin-right-large {
2855
+ :host .papier .margin-right-large {
3069
2856
  margin-right: 2rem;
3070
2857
  }
3071
- .margin-right-small {
2858
+ :host .papier .margin-right-small {
3072
2859
  margin-right: 0.5rem;
3073
2860
  }
3074
- .margin-right-none {
2861
+ :host .papier .margin-right-none {
3075
2862
  margin-right: 0;
3076
2863
  }
3077
- .margin-bottom {
2864
+ :host .papier .margin-bottom {
3078
2865
  margin-bottom: 1rem;
3079
2866
  }
3080
- .margin-bottom-large {
2867
+ :host .papier .margin-bottom-large {
3081
2868
  margin-bottom: 2rem;
3082
2869
  }
3083
- .margin-bottom-small {
2870
+ :host .papier .margin-bottom-small {
3084
2871
  margin-bottom: 0.5rem;
3085
2872
  }
3086
- .margin-bottom-none {
2873
+ :host .papier .margin-bottom-none {
3087
2874
  margin-bottom: 0;
3088
2875
  }
3089
- .margin-left {
2876
+ :host .papier .margin-left {
3090
2877
  margin-left: 1rem;
3091
2878
  }
3092
- .margin-left-large {
2879
+ :host .papier .margin-left-large {
3093
2880
  margin-left: 2rem;
3094
2881
  }
3095
- .margin-left-small {
2882
+ :host .papier .margin-left-small {
3096
2883
  margin-left: 0.5rem;
3097
2884
  }
3098
- .margin-left-none {
2885
+ :host .papier .margin-left-none {
3099
2886
  margin-left: 0;
3100
2887
  }
3101
- .margin-large {
2888
+ :host .papier .margin-large {
3102
2889
  margin: 2rem;
3103
2890
  }
3104
- .margin-small {
2891
+ :host .papier .margin-small {
3105
2892
  margin: 0.5rem;
3106
2893
  }
3107
- .margin-none {
2894
+ :host .papier .margin-none {
3108
2895
  margin: 0;
3109
2896
  }
3110
-
3111
- .padding {
2897
+ :host .papier .padding {
3112
2898
  padding: 1rem;
3113
2899
  }
3114
- .padding-top {
2900
+ :host .papier .padding-top {
3115
2901
  padding-top: 1rem;
3116
2902
  }
3117
- .padding-top-large {
2903
+ :host .papier .padding-top-large {
3118
2904
  padding-top: 2rem;
3119
2905
  }
3120
- .padding-top-small {
2906
+ :host .papier .padding-top-small {
3121
2907
  padding-top: 0.5rem;
3122
2908
  }
3123
- .padding-top-none {
2909
+ :host .papier .padding-top-none {
3124
2910
  padding-top: 0;
3125
2911
  }
3126
- .padding-right {
2912
+ :host .papier .padding-right {
3127
2913
  padding-right: 1rem;
3128
2914
  }
3129
- .padding-right-large {
2915
+ :host .papier .padding-right-large {
3130
2916
  padding-right: 2rem;
3131
2917
  }
3132
- .padding-right-small {
2918
+ :host .papier .padding-right-small {
3133
2919
  padding-right: 0.5rem;
3134
2920
  }
3135
- .padding-right-none {
2921
+ :host .papier .padding-right-none {
3136
2922
  padding-right: 0;
3137
2923
  }
3138
- .padding-bottom {
2924
+ :host .papier .padding-bottom {
3139
2925
  padding-bottom: 1rem;
3140
2926
  }
3141
- .padding-bottom-large {
2927
+ :host .papier .padding-bottom-large {
3142
2928
  padding-bottom: 2rem;
3143
2929
  }
3144
- .padding-bottom-small {
2930
+ :host .papier .padding-bottom-small {
3145
2931
  padding-bottom: 0.5rem;
3146
2932
  }
3147
- .padding-bottom-none {
2933
+ :host .papier .padding-bottom-none {
3148
2934
  padding-bottom: 0;
3149
2935
  }
3150
- .padding-left {
2936
+ :host .papier .padding-left {
3151
2937
  padding-left: 1rem;
3152
2938
  }
3153
- .padding-left-large {
2939
+ :host .papier .padding-left-large {
3154
2940
  padding-left: 2rem;
3155
2941
  }
3156
- .padding-left-small {
2942
+ :host .papier .padding-left-small {
3157
2943
  padding-left: 0.5rem;
3158
2944
  }
3159
- .padding-left-none {
2945
+ :host .papier .padding-left-none {
3160
2946
  padding-left: 0;
3161
2947
  }
3162
- .padding-large {
2948
+ :host .papier .padding-large {
3163
2949
  padding: 2rem;
3164
2950
  }
3165
- .padding-small {
2951
+ :host .papier .padding-small {
3166
2952
  padding: 0.5rem;
3167
2953
  }
3168
- .padding-none {
2954
+ :host .papier .padding-none {
3169
2955
  padding: 0;
3170
2956
  }
3171
-
3172
- nav {
2957
+ :host .papier nav {
3173
2958
  background-color: #41403e;
3174
2959
  background-color: var(--main-background);
3175
2960
  display: flex;
@@ -3179,13 +2964,13 @@ nav {
3179
2964
  z-index: 100;
3180
2965
  }
3181
2966
  @media only screen and (max-width: 768px) {
3182
- nav {
2967
+ :host .papier nav {
3183
2968
  display: block;
3184
2969
  }
3185
2970
  }
3186
- nav .bar1,
3187
- nav .bar2,
3188
- nav .bar3 {
2971
+ :host .papier nav .bar1,
2972
+ :host .papier nav .bar2,
2973
+ :host .papier nav .bar3 {
3189
2974
  background-color: #41403e;
3190
2975
  background-color: var(--primary);
3191
2976
  border-color: #41403e;
@@ -3200,46 +2985,46 @@ nav .bar3 {
3200
2985
  transition: 0.4s;
3201
2986
  width: 2rem;
3202
2987
  }
3203
- nav .collapsible input[id^=collapsible]:checked + button .bar1,
3204
- nav .collapsible input[id^=collapsible]:checked + label .bar1 {
2988
+ :host .papier nav .collapsible input[id^=collapsible]:checked + button .bar1,
2989
+ :host .papier nav .collapsible input[id^=collapsible]:checked + label .bar1 {
3205
2990
  transform: rotate(-45deg) translate(-9px, 7px);
3206
2991
  }
3207
- nav .collapsible input[id^=collapsible]:checked + button .bar2,
3208
- nav .collapsible input[id^=collapsible]:checked + label .bar2 {
2992
+ :host .papier nav .collapsible input[id^=collapsible]:checked + button .bar2,
2993
+ :host .papier nav .collapsible input[id^=collapsible]:checked + label .bar2 {
3209
2994
  opacity: 0;
3210
2995
  }
3211
- nav .collapsible input[id^=collapsible]:checked + button .bar3,
3212
- nav .collapsible input[id^=collapsible]:checked + label .bar3 {
2996
+ :host .papier nav .collapsible input[id^=collapsible]:checked + button .bar3,
2997
+ :host .papier nav .collapsible input[id^=collapsible]:checked + label .bar3 {
3213
2998
  transform: rotate(45deg) translate(-8px, -9px);
3214
2999
  }
3215
- nav.split-nav {
3000
+ :host .papier nav.split-nav {
3216
3001
  justify-content: space-between;
3217
3002
  }
3218
- nav.fixed {
3003
+ :host .papier nav.fixed {
3219
3004
  left: 0;
3220
3005
  position: fixed;
3221
3006
  right: 0;
3222
3007
  top: 0;
3223
3008
  }
3224
- nav div {
3009
+ :host .papier nav div {
3225
3010
  margin: 0 1rem;
3226
3011
  }
3227
- nav ul.inline {
3012
+ :host .papier nav ul.inline {
3228
3013
  margin-bottom: 0;
3229
3014
  margin-top: 10px;
3230
3015
  padding: 0;
3231
3016
  }
3232
- nav ul.inline li {
3017
+ :host .papier nav ul.inline li {
3233
3018
  display: inline-block;
3234
3019
  margin: 0 0.5rem;
3235
3020
  }
3236
3021
  @media only screen and (max-width: 768px) {
3237
- nav ul.inline li {
3022
+ :host .papier nav ul.inline li {
3238
3023
  display: block;
3239
3024
  margin: 1rem 0;
3240
3025
  }
3241
3026
  }
3242
- nav a {
3027
+ :host .papier nav a {
3243
3028
  color: #41403e;
3244
3029
  color: var(--primary);
3245
3030
  border-bottom-color: #41403e;
@@ -3251,57 +3036,57 @@ nav a {
3251
3036
  border-bottom-width: 5px;
3252
3037
  padding-bottom: 0.1rem;
3253
3038
  }
3254
- nav a:hover {
3039
+ :host .papier nav a:hover {
3255
3040
  border-color: #41403e;
3256
3041
  border-color: var(--primary-light);
3257
3042
  border-bottom-style: solid;
3258
3043
  border-bottom-width: 5px;
3259
3044
  }
3260
- nav ul.inline li a {
3045
+ :host .papier nav ul.inline li a {
3261
3046
  font-size: 1.3rem;
3262
3047
  }
3263
- nav ul.inline li::before {
3048
+ :host .papier nav ul.inline li::before {
3264
3049
  content: "";
3265
3050
  }
3266
3051
  @media only screen and (max-width: 992px) {
3267
- nav ul {
3052
+ :host .papier nav ul {
3268
3053
  text-align: center;
3269
3054
  }
3270
3055
  }
3271
- nav .nav-brand h1,
3272
- nav .nav-brand h2,
3273
- nav .nav-brand h3,
3274
- nav .nav-brand h4,
3275
- nav .nav-brand h5,
3276
- nav .nav-brand h6 {
3056
+ :host .papier nav .nav-brand h1,
3057
+ :host .papier nav .nav-brand h2,
3058
+ :host .papier nav .nav-brand h3,
3059
+ :host .papier nav .nav-brand h4,
3060
+ :host .papier nav .nav-brand h5,
3061
+ :host .papier nav .nav-brand h6 {
3277
3062
  margin: 0;
3278
3063
  margin-bottom: 0.2rem;
3279
3064
  }
3280
3065
  @media only screen and (max-width: 768px) {
3281
- nav .collapsible {
3066
+ :host .papier nav .collapsible {
3282
3067
  width: 100%;
3283
3068
  }
3284
3069
  }
3285
- nav .collapsible input[id^=collapsible]:checked ~ div.collapsible-body {
3070
+ :host .papier nav .collapsible input[id^=collapsible]:checked ~ div.collapsible-body {
3286
3071
  margin: 0;
3287
3072
  max-height: 960px;
3288
3073
  opacity: 1;
3289
3074
  padding: 0;
3290
3075
  }
3291
- nav .collapsible:nth-of-type(1),
3292
- nav .collapsible .collapsible-body {
3076
+ :host .papier nav .collapsible:nth-of-type(1),
3077
+ :host .papier nav .collapsible .collapsible-body {
3293
3078
  border: 0;
3294
3079
  }
3295
3080
  @media only screen and (min-width: 769px) {
3296
- nav .collapsible:nth-of-type(1),
3297
- nav .collapsible .collapsible-body {
3081
+ :host .papier nav .collapsible:nth-of-type(1),
3082
+ :host .papier nav .collapsible .collapsible-body {
3298
3083
  display: contents;
3299
3084
  }
3300
3085
  }
3301
- nav div.collapsible-body {
3086
+ :host .papier nav div.collapsible-body {
3302
3087
  padding: none;
3303
3088
  }
3304
- nav .collapsible label {
3089
+ :host .papier nav .collapsible label {
3305
3090
  border-color: #41403e;
3306
3091
  border-color: var(--primary);
3307
3092
  border-bottom-left-radius: 15px 255px;
@@ -3311,11 +3096,11 @@ nav .collapsible label {
3311
3096
  border-top-right-radius: 15px 225px;
3312
3097
  border-width: 2px;
3313
3098
  }
3314
- nav .collapsible > button {
3099
+ :host .papier nav .collapsible > button {
3315
3100
  border: 0;
3316
3101
  }
3317
- nav .collapsible > button,
3318
- nav .collapsible > label {
3102
+ :host .papier nav .collapsible > button,
3103
+ :host .papier nav .collapsible > label {
3319
3104
  background-color: #41403e;
3320
3105
  background-color: var(--main-background);
3321
3106
  display: none;
@@ -3327,13 +3112,10 @@ nav .collapsible > label {
3327
3112
  top: 0.2rem;
3328
3113
  }
3329
3114
  @media only screen and (max-width: 768px) {
3330
- nav .collapsible > button,
3331
- nav .collapsible > label {
3115
+ :host .papier nav .collapsible > button,
3116
+ :host .papier nav .collapsible > label {
3332
3117
  display: block;
3333
3118
  }
3334
- }
3335
- font-family: "Neucha", sans-serif;
3336
- font-size: 20px;
3337
3119
  }
3338
3120
  :host .papier.is--dark {
3339
3121
  --primary: #fff;