-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
64 lines (49 loc) · 917 Bytes
/
style.scss
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
---
---
// Import core files.
@import "variables";
@import "general";
// Import elements.
@import "elements/bullet-point-elements";
@import "elements/button-elements";
@import "elements/event-elements";
@import "elements/header-footer-elements";
@import "elements/link-elements";
// Import tools.
@import "tools/effect-tools";
@import "tools/no-select-tools";
@import "tools/video-wrapper-tools";
// Material symbols settings
.material-symbols-outlined
{
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 20
}
.material-symbols-rounded
{
font-variation-settings:
'FILL' 1,
'wght' 700,
'GRAD' 200,
'opsz' 48
}
.material-symbols-48
{
font-size: 48px !important;
}
.material-symbols-24
{
font-size: 24px !important;
font-variation-settings:
'FILL' 1,
'wght' 700,
'GRAD' 200,
'opsz' 24
}
.material-symbols-20
{
font-size: 20px !important;
}