@nappr/nappr-styles 0.2.25 → 0.2.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -4,298 +4,68 @@
4
4
  * !!! DO NOT REORDER -> Declarative loading
5
5
  *
6
6
  */
7
- :root {
8
- --nappr-breakpoints-xs: 320px !default;
9
- --nappr-breakpoints-sm: 576px !default;
10
- --nappr-breakpoints-md: 768px !default;
11
- --nappr-breakpoints-lg: 1024px !default;
12
- --nappr-breakpoints-xl: 1248px !default;
13
- }
14
-
15
- :root {
16
- --nappr-black: #000000 !default;
17
- --nappr-white: #ffffff !default;
18
- --nappr-grey: #999999 !default;
19
- --nappr-blue: #0000ff !default;
20
- --nappr-red: #ff0000 !default;
21
- --nappr-green: #00ff00 !default;
22
- --nappr-yellow: #f0f00f !default;
23
- --nappr-purple: #800080 !default;
24
- --nappr-orange: #ffa500 !default;
25
- --nappr-warning: #2b2925 !default;
26
- --nappr-success: #268744 !default;
27
- --nappr-info: #0762c8 !default;
28
- --nappr-error: #ff0000 !default;
29
- --nappr-g100: #f8f8f8 !default;
30
- --nappr-g200: #f0f0f0 !default;
31
- --nappr-g300: #e7e7e7 !default;
32
- --nappr-g400: #cecece !default;
33
- --nappr-g500: #9c9c9c !default;
34
- --nappr-g600: #6a6a6a !default;
35
- --nappr-g700: #383838 !default;
36
- --nappr-g750: #2a2a2a !default;
37
- --nappr-g800: #1e1e1e !default;
38
- }
39
-
40
- * {
41
- box-sizing: border-box;
42
- margin: 0;
43
- -webkit-overflow-scrolling: touch;
44
- padding: 0;
45
- }
46
-
47
- html,
48
- body,
49
- div,
50
- span,
51
- applet,
52
- object,
53
- iframe,
54
- h1,
55
- h2,
56
- h3,
57
- h4,
58
- h5,
59
- h6,
60
- p,
61
- blockquote,
62
- pre,
63
- a,
64
- abbr,
65
- acronym,
66
- address,
67
- big,
68
- cite,
69
- code,
70
- del,
71
- dfn,
72
- em,
73
- img,
74
- ins,
75
- kbd,
76
- q,
77
- s,
78
- samp,
79
- small,
80
- strike,
81
- strong,
82
- sub,
83
- sup,
84
- tt,
85
- var,
86
- b,
87
- u,
88
- i,
89
- center,
90
- dl,
91
- dt,
92
- dd,
93
- ol,
94
- ul,
95
- li,
96
- fieldset,
97
- form,
98
- label,
99
- legend,
100
- table,
101
- caption,
102
- tbody,
103
- tfoot,
104
- thead,
105
- tr,
106
- th,
107
- td,
108
- article,
109
- aside,
110
- canvas,
111
- details,
112
- embed,
113
- figure,
114
- figcaption,
115
- footer,
116
- header,
117
- hgroup,
118
- menu,
119
- nav,
120
- output,
121
- ruby,
122
- section,
123
- summary,
124
- time,
125
- mark,
126
- audio,
127
- video {
128
- /* http://meyerweb.com/eric/tools/css/reset/
129
- v2.0 | 20110126
130
- License: none (public domain)
131
- */
132
- border: 0;
133
- font: inherit;
134
- font-size: 100%;
135
- margin: 0;
136
- padding: 0;
137
- vertical-align: baseline;
138
- }
139
-
140
- article,
141
- aside,
142
- details,
143
- figcaption,
144
- figure,
145
- footer,
146
- header,
147
- hgroup,
148
- menu,
149
- nav,
150
- section {
151
- display: block;
152
- }
153
-
154
- html,
155
- body {
156
- margin: 0;
157
- min-height: 100vh;
158
- padding: 0;
159
- }
160
-
161
- body {
162
- color: #000000;
163
- font-family: Helvetica, Arial, Verdana, sans-serif;
164
- font-size: 16px;
165
- -webkit-font-smoothing: antialiased;
166
- -moz-osx-font-smoothing: grayscale;
167
- line-height: 1;
168
- width: 100vw;
169
- }
170
-
171
- hr,
172
- input,
173
- button,
174
- textarea,
175
- [role=reset],
176
- [role=submit],
177
- [role=button] {
178
- margin: 0;
179
- padding: 0;
180
- }
181
-
182
- ul,
183
- ol,
184
- li {
185
- list-style-type: none;
186
- }
187
-
188
- ol + ol,
189
- li + li {
190
- margin-top: 12px;
191
- }
192
-
193
- blockquote,
194
- q {
195
- quotes: none;
196
- }
197
-
198
- blockquote::before,
199
- blockquote::after,
200
- q::before,
201
- q::after {
202
- content: "";
203
- content: none;
204
- }
205
-
206
- a,
207
- button {
208
- cursor: pointer;
209
- }
210
-
211
- pre {
212
- white-space: pre-wrap;
213
- word-wrap: break-word;
214
- }
215
-
216
- p {
217
- white-space: initial;
218
- }
219
-
220
- button,
221
- [role=reset],
222
- [role=submit],
223
- [role=button] {
224
- background: transparent;
225
- border: 0;
226
- cursor: pointer;
227
- font-size: 1rem;
228
- overflow: hidden;
229
- text-align: center;
230
- text-decoration: none;
231
- text-overflow: ellipsis;
232
- user-select: none;
233
- white-space: nowrap;
234
- }
235
-
236
- .disabled,
237
- :disabled,
238
- :disabled:link,
239
- :disabled:visited,
240
- :disabled:hover,
241
- :disabled:active {
242
- box-shadow: inherit;
243
- cursor: default;
244
- cursor: not-allowed;
245
- pointer-events: none;
246
- text-shadow: inherit;
247
- }
248
-
249
- /*
250
- // @NOTE
251
- // a:hover DOIT venir après a:link et a:visited
252
- // a:active DOIT venir après un a:hover
253
- a:not(.is-underline),
254
- a:link:not(.is-underline),
255
- a:visited:not(.is-underline),
256
- a:hover:not(.is-underline),
257
- a:active:not(.is-underline) {
258
- text-decoration: none;
259
- }
260
- */
261
- :root {
262
- --nappr-black: #000000 !default;
263
- --nappr-white: #ffffff !default;
264
- --nappr-grey: #999999 !default;
265
- --nappr-blue: #0000ff !default;
266
- --nappr-red: #ff0000 !default;
267
- --nappr-green: #00ff00 !default;
268
- --nappr-yellow: #f0f00f !default;
269
- --nappr-purple: #800080 !default;
270
- --nappr-orange: #ffa500 !default;
271
- --nappr-warning: #2b2925 !default;
272
- --nappr-success: #268744 !default;
273
- --nappr-info: #0762c8 !default;
274
- --nappr-error: #ff0000 !default;
275
- --nappr-g100: #f8f8f8 !default;
276
- --nappr-g200: #f0f0f0 !default;
277
- --nappr-g300: #e7e7e7 !default;
278
- --nappr-g400: #cecece !default;
279
- --nappr-g500: #9c9c9c !default;
280
- --nappr-g600: #6a6a6a !default;
281
- --nappr-g700: #383838 !default;
282
- --nappr-g750: #2a2a2a !default;
283
- --nappr-g800: #1e1e1e !default;
284
- }
285
-
286
- :root {
287
- --nappr-breakpoints-xs: 320px !default;
288
- --nappr-breakpoints-sm: 576px !default;
289
- --nappr-breakpoints-md: 768px !default;
290
- --nappr-breakpoints-lg: 1024px !default;
291
- --nappr-breakpoints-xl: 1248px !default;
292
- }
293
-
7
+ /**
8
+ * Ce fichier permet de transformer
9
+ * Les fichiers de variables
10
+ * Vers des `sass:map` nécessaire à la surcharge
11
+ * Des mixins du dossier `core`
12
+ */
294
13
  /* ------------------------------------
295
14
 
296
15
  SOURCE: https://github.com/pierreburel/sass-rem
297
16
 
298
17
  ------------------------------------ */
18
+ :root {
19
+ --nappr-black: #000000;
20
+ --nappr-white: #ffffff;
21
+ --nappr-grey: #7f7f7f;
22
+ --nappr-blue: #0000ff;
23
+ --nappr-red: #ff0000;
24
+ --nappr-green: #00ff00;
25
+ --nappr-yellow: #f0f00f;
26
+ --nappr-magenta: #800080;
27
+ --nappr-orange: #ffa500;
28
+ --nappr-warning: #2b2925;
29
+ --nappr-success: #268744;
30
+ --nappr-info: #0762c8;
31
+ --nappr-error: #ff0000;
32
+ --nappr-g100: #f8f8f8;
33
+ --nappr-g200: #f0f0f0;
34
+ --nappr-g300: #e7e7e7;
35
+ --nappr-g400: #cecece;
36
+ --nappr-g500: #9c9c9c;
37
+ --nappr-g600: #6a6a6a;
38
+ --nappr-g700: #383838;
39
+ --nappr-g750: #2a2a2a;
40
+ --nappr-g800: #1e1e1e;
41
+ --nappr-pastel-blue: #5db0d7;
42
+ --nappr-pastel-yellow: #f9da9b;
43
+ --nappr-pastel-red: #db8c62;
44
+ --nappr-pastel-green: #42b983;
45
+ --nappr-pastel-purple: #9a7fd5;
46
+ --nappr-pastel-verde: #40d4c7;
47
+ --nappr-pastel-kaki: #b9c580;
48
+ --nappr-pastel-gold: #c7b654;
49
+ --nappr-chrome-red: #ff8080;
50
+ --nappr-chrome-yellow: #ffdd9e;
51
+ --nappr-chrome-black: #242424;
52
+ --nappr-chrome-grey: #333333;
53
+ --nappr-chrome-light: #525252;
54
+ --nappr-chrome-white: #e6e6e6;
55
+ --nappr-airbnb: #ff385c;
56
+ --nappr-amazon: #ff9900;
57
+ --nappr-twitch: #9147ff;
58
+ --nappr-youtube: #ff0000;
59
+ --nappr-twitter: #1da1f2;
60
+ --nappr-facebook: #365899;
61
+ --nappr-instagram: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
62
+ --nappr-breakpoints-xs: 320px;
63
+ --nappr-breakpoints-sm: 576px;
64
+ --nappr-breakpoints-md: 768px;
65
+ --nappr-breakpoints-lg: 1024px;
66
+ --nappr-breakpoints-xl: 1248px;
67
+ }
68
+
299
69
  .b1 {
300
70
  border-width: 1px;
301
71
  border-width: 0.0625rem;
@@ -382,55 +152,331 @@ SOURCE: https://github.com/pierreburel/sass-rem
382
152
  border-style: solid;
383
153
  }
384
154
 
385
- .bb2 {
386
- border-bottom-width: 2px;
387
- border-bottom-width: 0.125rem;
155
+ .bb2 {
156
+ border-bottom-width: 2px;
157
+ border-bottom-width: 0.125rem;
158
+ border-style: solid;
159
+ }
160
+
161
+ .b3 {
162
+ border-width: 3px;
163
+ border-width: 0.1875rem;
164
+ border-style: solid;
165
+ }
166
+
167
+ .by3 {
168
+ border-top-width: 3px;
169
+ border-top-width: 0.1875rem;
170
+ border-bottom-width: 3px;
171
+ border-bottom-width: 0.1875rem;
172
+ border-style: solid;
173
+ }
174
+
175
+ .bx3 {
176
+ border-left-width: 3px;
177
+ border-left-width: 0.1875rem;
178
+ border-right-width: 3px;
179
+ border-right-width: 0.1875rem;
180
+ border-style: solid;
181
+ }
182
+
183
+ .bt3 {
184
+ border-top-width: 3px;
185
+ border-top-width: 0.1875rem;
186
+ border-style: solid;
187
+ }
188
+
189
+ .bl3 {
190
+ border-left-width: 3px;
191
+ border-left-width: 0.1875rem;
192
+ border-style: solid;
193
+ }
194
+
195
+ .br3 {
196
+ border-right-width: 3px;
197
+ border-right-width: 0.1875rem;
198
+ border-style: solid;
199
+ }
200
+
201
+ .bb3 {
202
+ border-bottom-width: 3px;
203
+ border-bottom-width: 0.1875rem;
204
+ border-style: solid;
205
+ }
206
+
207
+ .b4 {
208
+ border-width: 4px;
209
+ border-width: 0.25rem;
210
+ border-style: solid;
211
+ }
212
+
213
+ .by4 {
214
+ border-top-width: 4px;
215
+ border-top-width: 0.25rem;
216
+ border-bottom-width: 4px;
217
+ border-bottom-width: 0.25rem;
218
+ border-style: solid;
219
+ }
220
+
221
+ .bx4 {
222
+ border-left-width: 4px;
223
+ border-left-width: 0.25rem;
224
+ border-right-width: 4px;
225
+ border-right-width: 0.25rem;
226
+ border-style: solid;
227
+ }
228
+
229
+ .bt4 {
230
+ border-top-width: 4px;
231
+ border-top-width: 0.25rem;
232
+ border-style: solid;
233
+ }
234
+
235
+ .bl4 {
236
+ border-left-width: 4px;
237
+ border-left-width: 0.25rem;
238
+ border-style: solid;
239
+ }
240
+
241
+ .br4 {
242
+ border-right-width: 4px;
243
+ border-right-width: 0.25rem;
244
+ border-style: solid;
245
+ }
246
+
247
+ .bb4 {
248
+ border-bottom-width: 4px;
249
+ border-bottom-width: 0.25rem;
250
+ border-style: solid;
251
+ }
252
+
253
+ .b5 {
254
+ border-width: 5px;
255
+ border-width: 0.3125rem;
256
+ border-style: solid;
257
+ }
258
+
259
+ .by5 {
260
+ border-top-width: 5px;
261
+ border-top-width: 0.3125rem;
262
+ border-bottom-width: 5px;
263
+ border-bottom-width: 0.3125rem;
264
+ border-style: solid;
265
+ }
266
+
267
+ .bx5 {
268
+ border-left-width: 5px;
269
+ border-left-width: 0.3125rem;
270
+ border-right-width: 5px;
271
+ border-right-width: 0.3125rem;
272
+ border-style: solid;
273
+ }
274
+
275
+ .bt5 {
276
+ border-top-width: 5px;
277
+ border-top-width: 0.3125rem;
278
+ border-style: solid;
279
+ }
280
+
281
+ .bl5 {
282
+ border-left-width: 5px;
283
+ border-left-width: 0.3125rem;
284
+ border-style: solid;
285
+ }
286
+
287
+ .br5 {
288
+ border-right-width: 5px;
289
+ border-right-width: 0.3125rem;
290
+ border-style: solid;
291
+ }
292
+
293
+ .bb5 {
294
+ border-bottom-width: 5px;
295
+ border-bottom-width: 0.3125rem;
296
+ border-style: solid;
297
+ }
298
+
299
+ .b6 {
300
+ border-width: 6px;
301
+ border-width: 0.375rem;
302
+ border-style: solid;
303
+ }
304
+
305
+ .by6 {
306
+ border-top-width: 6px;
307
+ border-top-width: 0.375rem;
308
+ border-bottom-width: 6px;
309
+ border-bottom-width: 0.375rem;
310
+ border-style: solid;
311
+ }
312
+
313
+ .bx6 {
314
+ border-left-width: 6px;
315
+ border-left-width: 0.375rem;
316
+ border-right-width: 6px;
317
+ border-right-width: 0.375rem;
318
+ border-style: solid;
319
+ }
320
+
321
+ .bt6 {
322
+ border-top-width: 6px;
323
+ border-top-width: 0.375rem;
324
+ border-style: solid;
325
+ }
326
+
327
+ .bl6 {
328
+ border-left-width: 6px;
329
+ border-left-width: 0.375rem;
330
+ border-style: solid;
331
+ }
332
+
333
+ .br6 {
334
+ border-right-width: 6px;
335
+ border-right-width: 0.375rem;
336
+ border-style: solid;
337
+ }
338
+
339
+ .bb6 {
340
+ border-bottom-width: 6px;
341
+ border-bottom-width: 0.375rem;
342
+ border-style: solid;
343
+ }
344
+
345
+ .b7 {
346
+ border-width: 7px;
347
+ border-width: 0.4375rem;
348
+ border-style: solid;
349
+ }
350
+
351
+ .by7 {
352
+ border-top-width: 7px;
353
+ border-top-width: 0.4375rem;
354
+ border-bottom-width: 7px;
355
+ border-bottom-width: 0.4375rem;
356
+ border-style: solid;
357
+ }
358
+
359
+ .bx7 {
360
+ border-left-width: 7px;
361
+ border-left-width: 0.4375rem;
362
+ border-right-width: 7px;
363
+ border-right-width: 0.4375rem;
364
+ border-style: solid;
365
+ }
366
+
367
+ .bt7 {
368
+ border-top-width: 7px;
369
+ border-top-width: 0.4375rem;
370
+ border-style: solid;
371
+ }
372
+
373
+ .bl7 {
374
+ border-left-width: 7px;
375
+ border-left-width: 0.4375rem;
376
+ border-style: solid;
377
+ }
378
+
379
+ .br7 {
380
+ border-right-width: 7px;
381
+ border-right-width: 0.4375rem;
382
+ border-style: solid;
383
+ }
384
+
385
+ .bb7 {
386
+ border-bottom-width: 7px;
387
+ border-bottom-width: 0.4375rem;
388
+ border-style: solid;
389
+ }
390
+
391
+ .b8 {
392
+ border-width: 8px;
393
+ border-width: 0.5rem;
394
+ border-style: solid;
395
+ }
396
+
397
+ .by8 {
398
+ border-top-width: 8px;
399
+ border-top-width: 0.5rem;
400
+ border-bottom-width: 8px;
401
+ border-bottom-width: 0.5rem;
402
+ border-style: solid;
403
+ }
404
+
405
+ .bx8 {
406
+ border-left-width: 8px;
407
+ border-left-width: 0.5rem;
408
+ border-right-width: 8px;
409
+ border-right-width: 0.5rem;
410
+ border-style: solid;
411
+ }
412
+
413
+ .bt8 {
414
+ border-top-width: 8px;
415
+ border-top-width: 0.5rem;
416
+ border-style: solid;
417
+ }
418
+
419
+ .bl8 {
420
+ border-left-width: 8px;
421
+ border-left-width: 0.5rem;
422
+ border-style: solid;
423
+ }
424
+
425
+ .br8 {
426
+ border-right-width: 8px;
427
+ border-right-width: 0.5rem;
428
+ border-style: solid;
429
+ }
430
+
431
+ .bb8 {
432
+ border-bottom-width: 8px;
433
+ border-bottom-width: 0.5rem;
388
434
  border-style: solid;
389
435
  }
390
436
 
391
- .b3 {
392
- border-width: 3px;
393
- border-width: 0.1875rem;
437
+ .b10 {
438
+ border-width: 10px;
439
+ border-width: 0.625rem;
394
440
  border-style: solid;
395
441
  }
396
442
 
397
- .by3 {
398
- border-top-width: 3px;
399
- border-top-width: 0.1875rem;
400
- border-bottom-width: 3px;
401
- border-bottom-width: 0.1875rem;
443
+ .by10 {
444
+ border-top-width: 10px;
445
+ border-top-width: 0.625rem;
446
+ border-bottom-width: 10px;
447
+ border-bottom-width: 0.625rem;
402
448
  border-style: solid;
403
449
  }
404
450
 
405
- .bx3 {
406
- border-left-width: 3px;
407
- border-left-width: 0.1875rem;
408
- border-right-width: 3px;
409
- border-right-width: 0.1875rem;
451
+ .bx10 {
452
+ border-left-width: 10px;
453
+ border-left-width: 0.625rem;
454
+ border-right-width: 10px;
455
+ border-right-width: 0.625rem;
410
456
  border-style: solid;
411
457
  }
412
458
 
413
- .bt3 {
414
- border-top-width: 3px;
415
- border-top-width: 0.1875rem;
459
+ .bt10 {
460
+ border-top-width: 10px;
461
+ border-top-width: 0.625rem;
416
462
  border-style: solid;
417
463
  }
418
464
 
419
- .bl3 {
420
- border-left-width: 3px;
421
- border-left-width: 0.1875rem;
465
+ .bl10 {
466
+ border-left-width: 10px;
467
+ border-left-width: 0.625rem;
422
468
  border-style: solid;
423
469
  }
424
470
 
425
- .br3 {
426
- border-right-width: 3px;
427
- border-right-width: 0.1875rem;
471
+ .br10 {
472
+ border-right-width: 10px;
473
+ border-right-width: 0.625rem;
428
474
  border-style: solid;
429
475
  }
430
476
 
431
- .bb3 {
432
- border-bottom-width: 3px;
433
- border-bottom-width: 0.1875rem;
477
+ .bb10 {
478
+ border-bottom-width: 10px;
479
+ border-bottom-width: 0.625rem;
434
480
  border-style: solid;
435
481
  }
436
482
 
@@ -1754,179 +1800,179 @@ SOURCE: https://github.com/pierreburel/sass-rem
1754
1800
  }
1755
1801
 
1756
1802
  .is-black {
1757
- color: var(--nappr-black);
1803
+ color: #000000;
1758
1804
  }
1759
1805
 
1760
1806
  .bg-black {
1761
- background-color: var(--nappr-black);
1807
+ background-color: #000000;
1762
1808
  }
1763
1809
 
1764
1810
  .is-white {
1765
- color: var(--nappr-white);
1811
+ color: #ffffff;
1766
1812
  }
1767
1813
 
1768
1814
  .bg-white {
1769
- background-color: var(--nappr-white);
1815
+ background-color: #ffffff;
1770
1816
  }
1771
1817
 
1772
1818
  .is-grey {
1773
- color: var(--nappr-grey);
1819
+ color: #7f7f7f;
1774
1820
  }
1775
1821
 
1776
1822
  .bg-grey {
1777
- background-color: var(--nappr-grey);
1823
+ background-color: #7f7f7f;
1778
1824
  }
1779
1825
 
1780
1826
  .is-blue {
1781
- color: var(--nappr-blue);
1827
+ color: #0000ff;
1782
1828
  }
1783
1829
 
1784
1830
  .bg-blue {
1785
- background-color: var(--nappr-blue);
1831
+ background-color: #0000ff;
1786
1832
  }
1787
1833
 
1788
1834
  .is-red {
1789
- color: var(--nappr-red);
1835
+ color: #ff0000;
1790
1836
  }
1791
1837
 
1792
1838
  .bg-red {
1793
- background-color: var(--nappr-red);
1839
+ background-color: #ff0000;
1794
1840
  }
1795
1841
 
1796
1842
  .is-green {
1797
- color: var(--nappr-green);
1843
+ color: #00ff00;
1798
1844
  }
1799
1845
 
1800
1846
  .bg-green {
1801
- background-color: var(--nappr-green);
1847
+ background-color: #00ff00;
1802
1848
  }
1803
1849
 
1804
1850
  .is-yellow {
1805
- color: var(--nappr-yellow);
1851
+ color: #f0f00f;
1806
1852
  }
1807
1853
 
1808
1854
  .bg-yellow {
1809
- background-color: var(--nappr-yellow);
1855
+ background-color: #f0f00f;
1810
1856
  }
1811
1857
 
1812
- .is-purple {
1813
- color: var(--nappr-purple);
1858
+ .is-magenta {
1859
+ color: #800080;
1814
1860
  }
1815
1861
 
1816
- .bg-purple {
1817
- background-color: var(--nappr-purple);
1862
+ .bg-magenta {
1863
+ background-color: #800080;
1818
1864
  }
1819
1865
 
1820
1866
  .is-orange {
1821
- color: var(--nappr-orange);
1867
+ color: #ffa500;
1822
1868
  }
1823
1869
 
1824
1870
  .bg-orange {
1825
- background-color: var(--nappr-orange);
1871
+ background-color: #ffa500;
1826
1872
  }
1827
1873
 
1828
1874
  .is-warning {
1829
- color: var(--nappr-warning);
1875
+ color: #2b2925;
1830
1876
  }
1831
1877
 
1832
1878
  .bg-warning {
1833
- background-color: var(--nappr-warning);
1879
+ background-color: #2b2925;
1834
1880
  }
1835
1881
 
1836
1882
  .is-success {
1837
- color: var(--nappr-success);
1883
+ color: #268744;
1838
1884
  }
1839
1885
 
1840
1886
  .bg-success {
1841
- background-color: var(--nappr-success);
1887
+ background-color: #268744;
1842
1888
  }
1843
1889
 
1844
1890
  .is-info {
1845
- color: var(--nappr-info);
1891
+ color: #0762c8;
1846
1892
  }
1847
1893
 
1848
1894
  .bg-info {
1849
- background-color: var(--nappr-info);
1895
+ background-color: #0762c8;
1850
1896
  }
1851
1897
 
1852
1898
  .is-error {
1853
- color: var(--nappr-error);
1899
+ color: #ff0000;
1854
1900
  }
1855
1901
 
1856
1902
  .bg-error {
1857
- background-color: var(--nappr-error);
1903
+ background-color: #ff0000;
1858
1904
  }
1859
1905
 
1860
1906
  .is-g100 {
1861
- color: var(--nappr-g100);
1907
+ color: #f8f8f8;
1862
1908
  }
1863
1909
 
1864
1910
  .bg-g100 {
1865
- background-color: var(--nappr-g100);
1911
+ background-color: #f8f8f8;
1866
1912
  }
1867
1913
 
1868
1914
  .is-g200 {
1869
- color: var(--nappr-g200);
1915
+ color: #f0f0f0;
1870
1916
  }
1871
1917
 
1872
1918
  .bg-g200 {
1873
- background-color: var(--nappr-g200);
1919
+ background-color: #f0f0f0;
1874
1920
  }
1875
1921
 
1876
1922
  .is-g300 {
1877
- color: var(--nappr-g300);
1923
+ color: #e7e7e7;
1878
1924
  }
1879
1925
 
1880
1926
  .bg-g300 {
1881
- background-color: var(--nappr-g300);
1927
+ background-color: #e7e7e7;
1882
1928
  }
1883
1929
 
1884
1930
  .is-g400 {
1885
- color: var(--nappr-g400);
1931
+ color: #cecece;
1886
1932
  }
1887
1933
 
1888
1934
  .bg-g400 {
1889
- background-color: var(--nappr-g400);
1935
+ background-color: #cecece;
1890
1936
  }
1891
1937
 
1892
1938
  .is-g500 {
1893
- color: var(--nappr-g500);
1939
+ color: #9c9c9c;
1894
1940
  }
1895
1941
 
1896
1942
  .bg-g500 {
1897
- background-color: var(--nappr-g500);
1943
+ background-color: #9c9c9c;
1898
1944
  }
1899
1945
 
1900
1946
  .is-g600 {
1901
- color: var(--nappr-g600);
1947
+ color: #6a6a6a;
1902
1948
  }
1903
1949
 
1904
1950
  .bg-g600 {
1905
- background-color: var(--nappr-g600);
1951
+ background-color: #6a6a6a;
1906
1952
  }
1907
1953
 
1908
1954
  .is-g700 {
1909
- color: var(--nappr-g700);
1955
+ color: #383838;
1910
1956
  }
1911
1957
 
1912
1958
  .bg-g700 {
1913
- background-color: var(--nappr-g700);
1959
+ background-color: #383838;
1914
1960
  }
1915
1961
 
1916
1962
  .is-g750 {
1917
- color: var(--nappr-g750);
1963
+ color: #2a2a2a;
1918
1964
  }
1919
1965
 
1920
1966
  .bg-g750 {
1921
- background-color: var(--nappr-g750);
1967
+ background-color: #2a2a2a;
1922
1968
  }
1923
1969
 
1924
1970
  .is-g800 {
1925
- color: var(--nappr-g800);
1971
+ color: #1e1e1e;
1926
1972
  }
1927
1973
 
1928
1974
  .bg-g800 {
1929
- background-color: var(--nappr-g800);
1975
+ background-color: #1e1e1e;
1930
1976
  }
1931
1977
 
1932
1978
  .is-pastel-blue {
@@ -2097,6 +2143,227 @@ SOURCE: https://github.com/pierreburel/sass-rem
2097
2143
  background-color: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
2098
2144
  }
2099
2145
 
2146
+ * {
2147
+ box-sizing: border-box;
2148
+ margin: 0;
2149
+ -webkit-overflow-scrolling: touch;
2150
+ padding: 0;
2151
+ }
2152
+
2153
+ html,
2154
+ body,
2155
+ div,
2156
+ span,
2157
+ applet,
2158
+ object,
2159
+ iframe,
2160
+ h1,
2161
+ h2,
2162
+ h3,
2163
+ h4,
2164
+ h5,
2165
+ h6,
2166
+ p,
2167
+ blockquote,
2168
+ pre,
2169
+ a,
2170
+ abbr,
2171
+ acronym,
2172
+ address,
2173
+ big,
2174
+ cite,
2175
+ code,
2176
+ del,
2177
+ dfn,
2178
+ em,
2179
+ img,
2180
+ ins,
2181
+ kbd,
2182
+ q,
2183
+ s,
2184
+ samp,
2185
+ small,
2186
+ strike,
2187
+ strong,
2188
+ sub,
2189
+ sup,
2190
+ tt,
2191
+ var,
2192
+ b,
2193
+ u,
2194
+ i,
2195
+ center,
2196
+ dl,
2197
+ dt,
2198
+ dd,
2199
+ ol,
2200
+ ul,
2201
+ li,
2202
+ fieldset,
2203
+ form,
2204
+ label,
2205
+ legend,
2206
+ table,
2207
+ caption,
2208
+ tbody,
2209
+ tfoot,
2210
+ thead,
2211
+ tr,
2212
+ th,
2213
+ td,
2214
+ article,
2215
+ aside,
2216
+ canvas,
2217
+ details,
2218
+ embed,
2219
+ figure,
2220
+ figcaption,
2221
+ footer,
2222
+ header,
2223
+ hgroup,
2224
+ menu,
2225
+ nav,
2226
+ output,
2227
+ ruby,
2228
+ section,
2229
+ summary,
2230
+ time,
2231
+ mark,
2232
+ audio,
2233
+ video {
2234
+ /* http://meyerweb.com/eric/tools/css/reset/
2235
+ v2.0 | 20110126
2236
+ License: none (public domain)
2237
+ */
2238
+ border: 0;
2239
+ font: inherit;
2240
+ font-size: 100%;
2241
+ margin: 0;
2242
+ padding: 0;
2243
+ vertical-align: baseline;
2244
+ }
2245
+
2246
+ article,
2247
+ aside,
2248
+ details,
2249
+ figcaption,
2250
+ figure,
2251
+ footer,
2252
+ header,
2253
+ hgroup,
2254
+ menu,
2255
+ nav,
2256
+ section {
2257
+ display: block;
2258
+ }
2259
+
2260
+ html,
2261
+ body {
2262
+ margin: 0;
2263
+ min-height: 100vh;
2264
+ padding: 0;
2265
+ }
2266
+
2267
+ body {
2268
+ color: #000000;
2269
+ font-family: Helvetica, Arial, Verdana, sans-serif;
2270
+ font-size: 16px;
2271
+ -webkit-font-smoothing: antialiased;
2272
+ -moz-osx-font-smoothing: grayscale;
2273
+ line-height: 1;
2274
+ width: 100vw;
2275
+ }
2276
+
2277
+ hr,
2278
+ input,
2279
+ button,
2280
+ textarea,
2281
+ [role=reset],
2282
+ [role=submit],
2283
+ [role=button] {
2284
+ margin: 0;
2285
+ padding: 0;
2286
+ }
2287
+
2288
+ ul,
2289
+ ol,
2290
+ li {
2291
+ list-style-type: none;
2292
+ }
2293
+
2294
+ ol + ol,
2295
+ li + li {
2296
+ margin-top: 12px;
2297
+ }
2298
+
2299
+ blockquote,
2300
+ q {
2301
+ quotes: none;
2302
+ }
2303
+
2304
+ blockquote::before,
2305
+ blockquote::after,
2306
+ q::before,
2307
+ q::after {
2308
+ content: "";
2309
+ content: none;
2310
+ }
2311
+
2312
+ a,
2313
+ button {
2314
+ cursor: pointer;
2315
+ }
2316
+
2317
+ pre {
2318
+ white-space: pre-wrap;
2319
+ word-wrap: break-word;
2320
+ }
2321
+
2322
+ p {
2323
+ white-space: initial;
2324
+ }
2325
+
2326
+ button,
2327
+ [role=reset],
2328
+ [role=submit],
2329
+ [role=button] {
2330
+ background: transparent;
2331
+ border: 0;
2332
+ cursor: pointer;
2333
+ font-size: 1rem;
2334
+ overflow: hidden;
2335
+ text-align: center;
2336
+ text-decoration: none;
2337
+ text-overflow: ellipsis;
2338
+ user-select: none;
2339
+ white-space: nowrap;
2340
+ }
2341
+
2342
+ .disabled,
2343
+ :disabled,
2344
+ :disabled:link,
2345
+ :disabled:visited,
2346
+ :disabled:hover,
2347
+ :disabled:active {
2348
+ box-shadow: inherit;
2349
+ cursor: default;
2350
+ cursor: not-allowed;
2351
+ pointer-events: none;
2352
+ text-shadow: inherit;
2353
+ }
2354
+
2355
+ /*
2356
+ // @NOTE
2357
+ // a:hover DOIT venir après a:link et a:visited
2358
+ // a:active DOIT venir après un a:hover
2359
+ a:not(.is-underline),
2360
+ a:link:not(.is-underline),
2361
+ a:visited:not(.is-underline),
2362
+ a:hover:not(.is-underline),
2363
+ a:active:not(.is-underline) {
2364
+ text-decoration: none;
2365
+ }
2366
+ */
2100
2367
  /* -------------------------------------------------
2101
2368
 
2102
2369
  NEGATES