mis-crystal-design-system 18.1.10-test-2 → 18.1.11
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/button/button.directive.scss +71 -0
- package/drawer/drawer.scss +20 -0
- package/input/mis-input.component.scss +195 -0
- package/modal/modal.scss +9 -0
- package/package.json +7 -7
- package/styles/fonts/icomoon.eot +0 -0
- package/styles/fonts/icomoon.svg +315 -0
- package/styles/fonts/icomoon.ttf +0 -0
- package/styles/fonts/icomoon.woff +0 -0
- package/styles/mis-borders-backgrounds.scss +764 -0
- package/styles/mis-color-constants.scss +353 -0
- package/styles/mis-flex.scss +321 -0
- package/styles/mis-fonts.scss +124 -0
- package/styles/mis-icons.scss +1054 -0
- package/styles/mis-mixins.scss +46 -0
- package/styles/mis-old-icon-styles.scss +498 -0
- package/styles/mis-spacing-sizing.scss +2590 -0
- package/styles/mis-typography.scss +462 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
.h1 {
|
|
2
|
+
font-size: 40px;
|
|
3
|
+
font-weight: 400;
|
|
4
|
+
letter-spacing: 0px;
|
|
5
|
+
line-height: 48px;
|
|
6
|
+
}
|
|
7
|
+
.h2 {
|
|
8
|
+
font-size: 32px;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
letter-spacing: 0px;
|
|
11
|
+
line-height: 40px;
|
|
12
|
+
}
|
|
13
|
+
.h3 {
|
|
14
|
+
font-size: 28px;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
letter-spacing: 0px;
|
|
17
|
+
line-height: 36px;
|
|
18
|
+
}
|
|
19
|
+
.h4 {
|
|
20
|
+
font-size: 24px;
|
|
21
|
+
font-weight: 400;
|
|
22
|
+
letter-spacing: 0px;
|
|
23
|
+
line-height: 32px;
|
|
24
|
+
}
|
|
25
|
+
.h5-b {
|
|
26
|
+
font-size: 20px;
|
|
27
|
+
font-weight: 700;
|
|
28
|
+
letter-spacing: 0.25px;
|
|
29
|
+
line-height: 28px;
|
|
30
|
+
}
|
|
31
|
+
.h5 {
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
letter-spacing: 0.15px;
|
|
35
|
+
line-height: 28px;
|
|
36
|
+
}
|
|
37
|
+
.h6-b{
|
|
38
|
+
font-size: 16px;
|
|
39
|
+
font-weight: 700;
|
|
40
|
+
letter-spacing: 0px;
|
|
41
|
+
line-height: 24px;
|
|
42
|
+
}
|
|
43
|
+
.h6{
|
|
44
|
+
font-size: 16px;
|
|
45
|
+
font-weight: 400;
|
|
46
|
+
letter-spacing: 0px;
|
|
47
|
+
line-height: 24px;
|
|
48
|
+
}
|
|
49
|
+
.p {
|
|
50
|
+
font-size: 16px;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
letter-spacing: 0px;
|
|
53
|
+
line-height: 180%;
|
|
54
|
+
}
|
|
55
|
+
.h7-b {
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
font-weight: 700;
|
|
58
|
+
letter-spacing: 0.25px;
|
|
59
|
+
line-height: 20px;
|
|
60
|
+
}
|
|
61
|
+
.h7 {
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
font-weight: 400;
|
|
64
|
+
letter-spacing: 0.2px;
|
|
65
|
+
line-height: 20px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.h8-b {
|
|
69
|
+
font-size: 12px;
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
letter-spacing: 0.25px;
|
|
72
|
+
line-height: 18px;
|
|
73
|
+
}
|
|
74
|
+
.h8 {
|
|
75
|
+
font-size: 12px;
|
|
76
|
+
font-weight: 400;
|
|
77
|
+
letter-spacing: 0.2px;
|
|
78
|
+
line-height: 18px;
|
|
79
|
+
}
|
|
80
|
+
.h9 {
|
|
81
|
+
font-size: 10px;
|
|
82
|
+
font-weight: 400;
|
|
83
|
+
letter-spacing: 0px;
|
|
84
|
+
line-height: 15px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
//button fonts ------------------------------------------------------------------
|
|
88
|
+
|
|
89
|
+
.btn-lg-b {
|
|
90
|
+
font-size: 16px;
|
|
91
|
+
font-weight: 700;
|
|
92
|
+
letter-spacing: 0.5px;
|
|
93
|
+
line-height: 24px;
|
|
94
|
+
}
|
|
95
|
+
.btn-lg {
|
|
96
|
+
font-size: 16px;
|
|
97
|
+
font-weight: 400;
|
|
98
|
+
letter-spacing: 0.2px;
|
|
99
|
+
line-height: 24px;
|
|
100
|
+
}
|
|
101
|
+
.btn-sm {
|
|
102
|
+
font-size: 14px;
|
|
103
|
+
font-weight: 400;
|
|
104
|
+
letter-spacing: 0.25px;
|
|
105
|
+
line-height: 20px;
|
|
106
|
+
}
|
|
107
|
+
.btn-link {
|
|
108
|
+
font-size: 16px;
|
|
109
|
+
font-weight: 400;
|
|
110
|
+
letter-spacing: 0px;
|
|
111
|
+
line-height: 24px;
|
|
112
|
+
}
|
|
113
|
+
.display-1 {
|
|
114
|
+
font-size: 48px;
|
|
115
|
+
font-weight: 400;
|
|
116
|
+
letter-spacing: 0px;
|
|
117
|
+
line-height: 56px;
|
|
118
|
+
}
|
|
119
|
+
.display-2 {
|
|
120
|
+
font-size: 14px;
|
|
121
|
+
font-weight: 400;
|
|
122
|
+
letter-spacing: 0.5px;
|
|
123
|
+
line-height: 20px;
|
|
124
|
+
}
|