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