@materializecss/materialize 2.2.1 → 2.3.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.
- package/LICENSE +21 -21
- package/README.md +94 -94
- package/dist/css/materialize.colors.min.css +6 -0
- package/dist/css/materialize.css +9624 -8820
- package/dist/css/materialize.min.css +6 -8
- package/dist/css/materialize.min.css.map +1 -1
- package/dist/js/materialize.cjs.js +8370 -7926
- package/dist/js/materialize.d.ts +2552 -2491
- package/dist/js/materialize.js +8375 -7931
- package/dist/js/materialize.min.js +6 -6
- package/dist/js/materialize.mjs +8342 -7898
- package/package.json +95 -79
- package/sass/{components/_color-variables.scss → _colors.scss} +403 -370
- package/sass/{components/_global.scss → _global.scss} +490 -558
- package/sass/{components/_grid.scss → _grid.scss} +172 -170
- package/sass/{components/_table_of_contents.scss → _table_of_contents.scss} +28 -32
- package/sass/{components/_tapTarget.scss → _tapTarget.scss} +102 -103
- package/sass/{components/_typography.scss → _typography.scss} +59 -62
- package/sass/{components/_variables.scss → _variables.scss} +57 -56
- package/sass/components/forms/_forms.scss +19 -24
- package/sass/materialize.scss +48 -47
- package/sass/mixins.module.scss +168 -0
- package/sass/components/_badges.scss +0 -75
- package/sass/components/_buttons.scss +0 -455
- package/sass/components/_cards.scss +0 -210
- package/sass/components/_carousel.scss +0 -95
- package/sass/components/_chips.scss +0 -148
- package/sass/components/_collapsible.scss +0 -80
- package/sass/components/_collection.scss +0 -115
- package/sass/components/_color-classes.scss +0 -32
- package/sass/components/_datepicker.scss +0 -216
- package/sass/components/_dropdown.scss +0 -78
- package/sass/components/_icons-material-design.scss +0 -6
- package/sass/components/_materialbox.scss +0 -43
- package/sass/components/_modal.scss +0 -68
- package/sass/components/_navbar.scss +0 -231
- package/sass/components/_normalize.scss +0 -349
- package/sass/components/_preloader.scss +0 -418
- package/sass/components/_pulse.scss +0 -35
- package/sass/components/_sidenav.scss +0 -249
- package/sass/components/_slider.scss +0 -121
- package/sass/components/_tabs.scss +0 -155
- package/sass/components/_timepicker.scss +0 -279
- package/sass/components/_toast.scss +0 -65
- package/sass/components/_tooltip.scss +0 -48
- package/sass/components/_transitions.scss +0 -13
- package/sass/components/colors.module.scss +0 -74
- package/sass/components/forms/_checkboxes.scss +0 -200
- package/sass/components/forms/_file-input.scss +0 -43
- package/sass/components/forms/_input-fields.scss +0 -350
- package/sass/components/forms/_radio-buttons.scss +0 -112
- package/sass/components/forms/_range.scss +0 -153
- package/sass/components/forms/_select.scss +0 -195
- package/sass/components/forms/_switches.scss +0 -122
- package/sass/components/theme.module.scss +0 -140
- package/sass/components/tokens.module.scss +0 -272
- package/sass/components/typography.module.scss +0 -150
|
@@ -1,558 +1,490 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
.
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
// margin-
|
|
103
|
-
}
|
|
104
|
-
&.
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
display:
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
.
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
position: absolute;
|
|
492
|
-
top: 0;
|
|
493
|
-
left: 0;
|
|
494
|
-
width: 100%;
|
|
495
|
-
height: 100%;
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
/*******************
|
|
500
|
-
Utility Classes
|
|
501
|
-
*******************/
|
|
502
|
-
|
|
503
|
-
.hide { display: none !important; }
|
|
504
|
-
|
|
505
|
-
// Text Align
|
|
506
|
-
.left-align { text-align: left; }
|
|
507
|
-
.right-align { text-align: right }
|
|
508
|
-
.center, .center-align { text-align: center; }
|
|
509
|
-
|
|
510
|
-
// TODO: Remove this
|
|
511
|
-
.left { float: left !important; }
|
|
512
|
-
.right { float: right !important; }
|
|
513
|
-
|
|
514
|
-
// No Text Select
|
|
515
|
-
.no-select { user-select: none; }
|
|
516
|
-
.circle { border-radius: 50%; }
|
|
517
|
-
.center-block { display: block; margin-left: auto; margin-right: auto; }
|
|
518
|
-
.truncate { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
519
|
-
.no-padding { padding: 0 !important; }
|
|
520
|
-
|
|
521
|
-
/**************************
|
|
522
|
-
Utility Spacing Classes
|
|
523
|
-
**************************/
|
|
524
|
-
|
|
525
|
-
$spacing-shortcuts: ("margin": "m", "padding": "p") !default;
|
|
526
|
-
$spacing-directions: ("top": "t", "right": "r", "bottom": "b", "left": "l") !default;
|
|
527
|
-
$spacing-horizontal: "x" !default;
|
|
528
|
-
$spacing-vertical: "y" !default;
|
|
529
|
-
$spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem, "auto": auto) !default;
|
|
530
|
-
|
|
531
|
-
@each $property, $shortcut in $spacing-shortcuts{
|
|
532
|
-
@each $name, $value in $spacing-values{
|
|
533
|
-
// All direction spacing
|
|
534
|
-
.#{$shortcut}-#{$name}{
|
|
535
|
-
#{$property}: $value !important;
|
|
536
|
-
}
|
|
537
|
-
// (t, b, r, l) spacing
|
|
538
|
-
@each $direction, $suffix in $spacing-directions{
|
|
539
|
-
.#{$shortcut}#{$suffix}-#{$name}{
|
|
540
|
-
#{$property}-#{$direction}: $value !important
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
// x spacing
|
|
544
|
-
@if $spacing-horizontal != null{
|
|
545
|
-
.#{$shortcut}#{$spacing-horizontal}-#{$name}{
|
|
546
|
-
#{$property}-left: $value !important;
|
|
547
|
-
#{$property}-right: $value !important;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
// y spacing
|
|
551
|
-
@if $spacing-vertical != null{
|
|
552
|
-
.#{$shortcut}#{$spacing-vertical}-#{$name}{
|
|
553
|
-
#{$property}-top: $value !important;
|
|
554
|
-
#{$property}-bottom: $value !important;
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
}
|
|
1
|
+
@use './_variables' as *;
|
|
2
|
+
|
|
3
|
+
html {
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
*, *:before, *:after {
|
|
8
|
+
box-sizing: inherit;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
body {
|
|
12
|
+
background-color: var(--md-sys-color-background);
|
|
13
|
+
color: var(--md-sys-color-on-background);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
button,
|
|
17
|
+
input,
|
|
18
|
+
optgroup,
|
|
19
|
+
select,
|
|
20
|
+
textarea {
|
|
21
|
+
font-family: $font-stack;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
a {
|
|
25
|
+
color: $link-color;
|
|
26
|
+
text-decoration: none;
|
|
27
|
+
-webkit-tap-highlight-color: transparent; // Gets rid of tap active state
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Positioning
|
|
31
|
+
.valign-wrapper { display: flex; align-items: center; }
|
|
32
|
+
|
|
33
|
+
.clearfix { clear: both; }
|
|
34
|
+
|
|
35
|
+
// Z-levels
|
|
36
|
+
.z-depth-0 {
|
|
37
|
+
box-shadow: none !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* 2dp elevation modified*/
|
|
41
|
+
.z-depth-1 {
|
|
42
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
|
43
|
+
0 3px 1px -2px rgba(0, 0, 0, 0.12),
|
|
44
|
+
0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.z-depth-1-half {
|
|
48
|
+
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/* 6dp elevation modified*/
|
|
52
|
+
.z-depth-2 {
|
|
53
|
+
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
|
|
54
|
+
0 1px 10px 0 rgba(0, 0, 0, 0.12),
|
|
55
|
+
0 2px 4px -1px rgba(0, 0, 0, 0.3);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* 12dp elevation modified*/
|
|
59
|
+
.z-depth-3 {
|
|
60
|
+
box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
|
|
61
|
+
0 3px 14px 2px rgba(0, 0, 0, 0.12),
|
|
62
|
+
0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/* 16dp elevation */
|
|
66
|
+
.z-depth-4 {
|
|
67
|
+
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
|
|
68
|
+
0 6px 30px 5px rgba(0, 0, 0, 0.12),
|
|
69
|
+
0 8px 10px -7px rgba(0, 0, 0, 0.2);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/* 24dp elevation */
|
|
73
|
+
.z-depth-5 {
|
|
74
|
+
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
|
|
75
|
+
0 9px 46px 8px rgba(0, 0, 0, 0.12),
|
|
76
|
+
0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.hoverable {
|
|
80
|
+
transition: box-shadow .25s;
|
|
81
|
+
&:hover {
|
|
82
|
+
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Dividers
|
|
87
|
+
.divider {
|
|
88
|
+
height: 1px;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
background-color: var(--md-sys-color-outline-variant);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// Blockquote
|
|
94
|
+
blockquote { margin: 20px 0; padding-left: 1.5rem; border-left: 5px solid var(--md-sys-color-primary); }
|
|
95
|
+
|
|
96
|
+
// Icon Styles
|
|
97
|
+
i {
|
|
98
|
+
line-height: inherit;
|
|
99
|
+
&.left {
|
|
100
|
+
float: left;
|
|
101
|
+
margin-left: -8px;
|
|
102
|
+
// margin-right: 15px;
|
|
103
|
+
}
|
|
104
|
+
&.right {
|
|
105
|
+
float: right;
|
|
106
|
+
// margin-left: 15px;
|
|
107
|
+
}
|
|
108
|
+
&.tiny {
|
|
109
|
+
font-size: 1rem;
|
|
110
|
+
}
|
|
111
|
+
&.small {
|
|
112
|
+
font-size: 2rem;
|
|
113
|
+
}
|
|
114
|
+
&.medium {
|
|
115
|
+
font-size: 4rem;
|
|
116
|
+
}
|
|
117
|
+
&.large {
|
|
118
|
+
font-size: 6rem;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// Modal
|
|
123
|
+
html.noscroll {
|
|
124
|
+
position: fixed;
|
|
125
|
+
overflow-y: scroll;
|
|
126
|
+
width: 100%;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// Images
|
|
130
|
+
img.responsive-img,
|
|
131
|
+
video.responsive-video {
|
|
132
|
+
max-width: 100%;
|
|
133
|
+
height: auto;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// Parallax
|
|
137
|
+
.parallax-container {
|
|
138
|
+
position: relative;
|
|
139
|
+
overflow: hidden;
|
|
140
|
+
height: 500px;
|
|
141
|
+
|
|
142
|
+
.parallax {
|
|
143
|
+
position: absolute;
|
|
144
|
+
top: 0;
|
|
145
|
+
left: 0;
|
|
146
|
+
right: 0;
|
|
147
|
+
bottom: 0;
|
|
148
|
+
z-index: -1;
|
|
149
|
+
|
|
150
|
+
img {
|
|
151
|
+
opacity: 0;
|
|
152
|
+
position: absolute;
|
|
153
|
+
left: 50%;
|
|
154
|
+
bottom: 0;
|
|
155
|
+
min-width: 100%;
|
|
156
|
+
min-height: 100%;
|
|
157
|
+
transform: translate3d(0, 0, 0);
|
|
158
|
+
transform: translateX(-50%);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// Pushpin
|
|
164
|
+
.pin-top, .pin-bottom {
|
|
165
|
+
position: relative;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.pinned {
|
|
169
|
+
position: fixed !important;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// Remove Focus Boxes
|
|
173
|
+
select:focus {
|
|
174
|
+
outline: 1px solid var(--md-ref-palette-primary80);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
label {
|
|
178
|
+
font-size: .8rem;
|
|
179
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
/*********************
|
|
184
|
+
Transition Classes
|
|
185
|
+
**********************/
|
|
186
|
+
|
|
187
|
+
ul.staggered-list li { opacity: 0; }
|
|
188
|
+
.fade-in { opacity: 0; transform-origin: 0 50%; }
|
|
189
|
+
|
|
190
|
+
/*********************
|
|
191
|
+
Media Query Classes
|
|
192
|
+
**********************/
|
|
193
|
+
.hide-on-small-only, .hide-on-small-and-down {
|
|
194
|
+
@media #{$small-and-down} { display: none !important; }
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.hide-on-med-and-down {
|
|
198
|
+
@media #{$medium-and-down} { display: none !important; }
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.hide-on-med-and-up {
|
|
202
|
+
@media #{$medium-and-up} { display: none !important; }
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.hide-on-med-only {
|
|
206
|
+
@media only screen and (min-width: $small-screen-up) and (max-width: $medium-screen) {
|
|
207
|
+
display: none !important;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.hide-on-large-only {
|
|
212
|
+
@media #{$large-and-up} { display: none !important; }
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.hide-on-extra-large-only {
|
|
216
|
+
@media #{$extra-large-and-up} { display: none !important; }
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.show-on-extra-large {
|
|
220
|
+
@media #{$extra-large-and-up} { display: block !important; }
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.show-on-large {
|
|
224
|
+
@media #{$large-and-up} { display: block !important; }
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.show-on-medium {
|
|
228
|
+
@media only screen and (min-width: $small-screen-up) and (max-width: $medium-screen) {
|
|
229
|
+
display: block !important;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.show-on-small {
|
|
234
|
+
@media #{$small-and-down} { display: block !important; }
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.show-on-medium-and-up {
|
|
238
|
+
@media #{$medium-and-up} { display: block !important; }
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.show-on-medium-and-down {
|
|
242
|
+
@media #{$medium-and-down} { display: block !important; }
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
// Center text on mobile
|
|
247
|
+
.center-on-small-only {
|
|
248
|
+
@media #{$small-and-down} { text-align: center; }
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
// Footer
|
|
252
|
+
.page-footer {
|
|
253
|
+
margin-top: 5rem;
|
|
254
|
+
padding-top: 3rem;
|
|
255
|
+
border-top: 1px dashed var(--md-sys-color-outline-variant);
|
|
256
|
+
p {
|
|
257
|
+
color: var(--md-sys-color-outline-light);
|
|
258
|
+
}
|
|
259
|
+
a {
|
|
260
|
+
color: var(--md-sys-color-primary);
|
|
261
|
+
}
|
|
262
|
+
.footer-copyright,
|
|
263
|
+
.footer-copyright a {
|
|
264
|
+
overflow: hidden;
|
|
265
|
+
min-height: 50px;
|
|
266
|
+
display: flex;
|
|
267
|
+
align-items: center;
|
|
268
|
+
justify-content: space-between;
|
|
269
|
+
padding: 10px 0px;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.page-footer ul {
|
|
274
|
+
padding-left: 0;
|
|
275
|
+
list-style-type: none;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// Tables
|
|
279
|
+
table, th, td {
|
|
280
|
+
border: none;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
table {
|
|
284
|
+
width: 100%;
|
|
285
|
+
display: table;
|
|
286
|
+
border-collapse: collapse;
|
|
287
|
+
border-spacing: 0;
|
|
288
|
+
|
|
289
|
+
&.striped {
|
|
290
|
+
tr {
|
|
291
|
+
border-bottom: none;
|
|
292
|
+
}
|
|
293
|
+
tbody > tr:nth-child(odd) {
|
|
294
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
&.highlight > tbody > tr {
|
|
299
|
+
transition: background-color .25s ease;
|
|
300
|
+
|
|
301
|
+
&:hover {
|
|
302
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
thead {
|
|
307
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
&.centered {
|
|
311
|
+
thead tr th, tbody tr td {
|
|
312
|
+
text-align: center;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
tr {
|
|
318
|
+
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
td, th {
|
|
322
|
+
padding: 15px 5px;
|
|
323
|
+
display: table-cell;
|
|
324
|
+
text-align: left;
|
|
325
|
+
vertical-align: middle;
|
|
326
|
+
border-radius: 0;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Responsive Table
|
|
330
|
+
@media #{$medium-and-down} {
|
|
331
|
+
|
|
332
|
+
table.responsive-table {
|
|
333
|
+
width: 100%;
|
|
334
|
+
border-collapse: collapse;
|
|
335
|
+
border-spacing: 0;
|
|
336
|
+
display: block;
|
|
337
|
+
position: relative;
|
|
338
|
+
|
|
339
|
+
td:empty:before {
|
|
340
|
+
content: '\00a0';
|
|
341
|
+
}
|
|
342
|
+
th,
|
|
343
|
+
td {
|
|
344
|
+
margin: 0;
|
|
345
|
+
vertical-align: top;
|
|
346
|
+
}
|
|
347
|
+
th {
|
|
348
|
+
text-align: left;
|
|
349
|
+
}
|
|
350
|
+
thead {
|
|
351
|
+
display: block;
|
|
352
|
+
float: left;
|
|
353
|
+
|
|
354
|
+
tr {
|
|
355
|
+
display: block;
|
|
356
|
+
padding: 0 10px 0 0;
|
|
357
|
+
|
|
358
|
+
th::before {
|
|
359
|
+
content: "\00a0";
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
tbody {
|
|
364
|
+
display: block;
|
|
365
|
+
width: auto;
|
|
366
|
+
position: relative;
|
|
367
|
+
overflow-x: auto;
|
|
368
|
+
white-space: nowrap;
|
|
369
|
+
|
|
370
|
+
tr {
|
|
371
|
+
display: inline-block;
|
|
372
|
+
vertical-align: top;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
th {
|
|
376
|
+
display: block;
|
|
377
|
+
text-align: right;
|
|
378
|
+
}
|
|
379
|
+
td {
|
|
380
|
+
display: block;
|
|
381
|
+
min-height: 1.25em;
|
|
382
|
+
text-align: left;
|
|
383
|
+
}
|
|
384
|
+
tr {
|
|
385
|
+
border-bottom: none;
|
|
386
|
+
padding: 0 10px;
|
|
387
|
+
}
|
|
388
|
+
/* sort out borders */
|
|
389
|
+
thead {
|
|
390
|
+
border: 0;
|
|
391
|
+
border-right: 1px solid var(--md-sys-color-outline-variant);
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// Responsive Videos
|
|
397
|
+
.video-container {
|
|
398
|
+
position: relative;
|
|
399
|
+
padding-bottom: 56.25%;
|
|
400
|
+
height: 0;
|
|
401
|
+
overflow: hidden;
|
|
402
|
+
|
|
403
|
+
iframe, object, embed {
|
|
404
|
+
position: absolute;
|
|
405
|
+
top: 0;
|
|
406
|
+
left: 0;
|
|
407
|
+
width: 100%;
|
|
408
|
+
height: 100%;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
/*******************
|
|
413
|
+
Utility Classes
|
|
414
|
+
*******************/
|
|
415
|
+
|
|
416
|
+
.hide { display: none !important; }
|
|
417
|
+
|
|
418
|
+
// Text Align
|
|
419
|
+
.left-align { text-align: left; }
|
|
420
|
+
.right-align { text-align: right }
|
|
421
|
+
.center, .center-align { text-align: center; }
|
|
422
|
+
|
|
423
|
+
// TODO: Remove this
|
|
424
|
+
.left { float: left !important; }
|
|
425
|
+
.right { float: right !important; }
|
|
426
|
+
|
|
427
|
+
// No Text Select
|
|
428
|
+
.no-select { user-select: none; }
|
|
429
|
+
.circle { border-radius: 50%; }
|
|
430
|
+
.center-block { display: block; margin-left: auto; margin-right: auto; }
|
|
431
|
+
.truncate { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
432
|
+
.no-padding { padding: 0 !important; }
|
|
433
|
+
|
|
434
|
+
/**************************
|
|
435
|
+
Utility Spacing Classes
|
|
436
|
+
**************************/
|
|
437
|
+
|
|
438
|
+
$spacing-shortcuts: ("margin": "m", "padding": "p") !default;
|
|
439
|
+
$spacing-directions: ("top": "t", "right": "r", "bottom": "b", "left": "l") !default;
|
|
440
|
+
$spacing-horizontal: "x" !default;
|
|
441
|
+
$spacing-vertical: "y" !default;
|
|
442
|
+
$spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem, "auto": auto) !default;
|
|
443
|
+
|
|
444
|
+
@each $property, $shortcut in $spacing-shortcuts{
|
|
445
|
+
@each $name, $value in $spacing-values{
|
|
446
|
+
// All direction spacing
|
|
447
|
+
.#{$shortcut}-#{$name}{
|
|
448
|
+
#{$property}: $value !important;
|
|
449
|
+
}
|
|
450
|
+
// (t, b, r, l) spacing
|
|
451
|
+
@each $direction, $suffix in $spacing-directions{
|
|
452
|
+
.#{$shortcut}#{$suffix}-#{$name}{
|
|
453
|
+
#{$property}-#{$direction}: $value !important
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
// x spacing
|
|
457
|
+
@if $spacing-horizontal != null{
|
|
458
|
+
.#{$shortcut}#{$spacing-horizontal}-#{$name}{
|
|
459
|
+
#{$property}-left: $value !important;
|
|
460
|
+
#{$property}-right: $value !important;
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
// y spacing
|
|
464
|
+
@if $spacing-vertical != null{
|
|
465
|
+
.#{$shortcut}#{$spacing-vertical}-#{$name}{
|
|
466
|
+
#{$property}-top: $value !important;
|
|
467
|
+
#{$property}-bottom: $value !important;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// Docked display
|
|
474
|
+
.display-docked {
|
|
475
|
+
position: absolute;
|
|
476
|
+
opacity: 0;
|
|
477
|
+
z-index: 9999;
|
|
478
|
+
visibility: hidden;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.confirmation-btns {
|
|
482
|
+
margin-left: auto;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
/* This is needed for some mobile phones to display the Google Icon font properly */
|
|
486
|
+
.material-icons, .material-symbols-outlined,
|
|
487
|
+
.material-symbols-rounded, .material-symbols-sharp {
|
|
488
|
+
text-rendering: optimizeLegibility;
|
|
489
|
+
font-feature-settings: 'liga';
|
|
490
|
+
}
|