@appscode/design-system 2.4.27-alpha-4 → 2.4.27-alpha-6
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/package.json
CHANGED
|
@@ -8,12 +8,12 @@ body {
|
|
|
8
8
|
background-color: $white-100;
|
|
9
9
|
font-family: $font-paragraph;
|
|
10
10
|
font-weight: $weight-normal;
|
|
11
|
-
font-size:
|
|
11
|
+
font-size: 13px; // Base font size
|
|
12
12
|
color: $color-text;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
p {
|
|
16
|
-
font-size:
|
|
16
|
+
font-size: 1rem; // 13px
|
|
17
17
|
font-family: $font-paragraph;
|
|
18
18
|
font-weight: $weight-normal;
|
|
19
19
|
line-height: 1.5;
|
|
@@ -31,44 +31,44 @@ h6 {
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
h1 {
|
|
34
|
-
font-size:
|
|
35
|
-
}
|
|
34
|
+
font-size: 2.462rem;
|
|
35
|
+
} // 32px
|
|
36
36
|
h2 {
|
|
37
|
-
font-size:
|
|
38
|
-
}
|
|
37
|
+
font-size: 2rem;
|
|
38
|
+
} // 26px
|
|
39
39
|
h3 {
|
|
40
|
-
font-size:
|
|
41
|
-
}
|
|
40
|
+
font-size: 1.692rem;
|
|
41
|
+
} // 22px
|
|
42
42
|
h4 {
|
|
43
|
-
font-size:
|
|
44
|
-
}
|
|
43
|
+
font-size: 1.385rem;
|
|
44
|
+
} // 18px
|
|
45
45
|
h5 {
|
|
46
|
-
font-size:
|
|
47
|
-
}
|
|
46
|
+
font-size: 1.231rem;
|
|
47
|
+
} // 16px
|
|
48
48
|
h6 {
|
|
49
|
-
font-size:
|
|
50
|
-
}
|
|
49
|
+
font-size: 1rem;
|
|
50
|
+
} // 13px
|
|
51
51
|
|
|
52
52
|
h6 {
|
|
53
53
|
&.is-tiny {
|
|
54
|
-
font-size:
|
|
54
|
+
font-size: 0.846rem;
|
|
55
55
|
line-height: 1.2;
|
|
56
56
|
} // 11px
|
|
57
57
|
&.is-extra-small {
|
|
58
|
-
font-size: 0.
|
|
58
|
+
font-size: 0.923rem;
|
|
59
59
|
line-height: 1.2;
|
|
60
60
|
} // 12px
|
|
61
61
|
&.is-small,
|
|
62
62
|
&.is-normal {
|
|
63
|
-
font-size:
|
|
63
|
+
font-size: 1rem;
|
|
64
64
|
line-height: 1.2;
|
|
65
|
-
} //
|
|
65
|
+
} // 13px
|
|
66
66
|
&.is-semi-normal {
|
|
67
|
-
font-size: 1.
|
|
67
|
+
font-size: 1.077rem;
|
|
68
68
|
line-height: 1.2;
|
|
69
|
-
} //
|
|
69
|
+
} // 14px
|
|
70
70
|
&.is-medium {
|
|
71
|
-
font-size:
|
|
71
|
+
font-size: 1.231rem;
|
|
72
72
|
line-height: 1.2;
|
|
73
73
|
} // 16px
|
|
74
74
|
}
|
|
@@ -96,37 +96,37 @@ a:not(.ac-button) {
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.text-xm {
|
|
99
|
-
font-size: 0.
|
|
99
|
+
font-size: 0.769rem;
|
|
100
100
|
} // 10px
|
|
101
101
|
.text-sm {
|
|
102
|
-
font-size:
|
|
102
|
+
font-size: 0.846rem;
|
|
103
103
|
} // 11px
|
|
104
104
|
.text-xs {
|
|
105
|
-
font-size: 0.
|
|
105
|
+
font-size: 0.923rem;
|
|
106
106
|
} // 12px
|
|
107
107
|
.text-base {
|
|
108
|
-
font-size:
|
|
109
|
-
} //
|
|
108
|
+
font-size: 1rem;
|
|
109
|
+
} // 13px
|
|
110
110
|
.text-lg {
|
|
111
|
-
font-size:
|
|
112
|
-
} //
|
|
111
|
+
font-size: 1.077rem;
|
|
112
|
+
} // 14px
|
|
113
113
|
.text-xl {
|
|
114
|
-
font-size: 1.
|
|
115
|
-
} //
|
|
114
|
+
font-size: 1.231rem;
|
|
115
|
+
} // 16px
|
|
116
116
|
.text-2xl {
|
|
117
|
-
font-size: 1.
|
|
118
|
-
} //
|
|
117
|
+
font-size: 1.385rem;
|
|
118
|
+
} // 18px
|
|
119
119
|
.text-3xl {
|
|
120
|
-
font-size: 1.
|
|
120
|
+
font-size: 1.846rem;
|
|
121
121
|
} // 24px
|
|
122
122
|
.text-4xl {
|
|
123
|
-
font-size: 2.
|
|
123
|
+
font-size: 2.308rem;
|
|
124
124
|
} // 30px
|
|
125
125
|
.text-5xl {
|
|
126
|
-
font-size: 2.
|
|
126
|
+
font-size: 2.769rem;
|
|
127
127
|
} // 36px
|
|
128
128
|
.text-6xl {
|
|
129
|
-
font-size:
|
|
129
|
+
font-size: 3.231rem;
|
|
130
130
|
} // 42px
|
|
131
131
|
|
|
132
132
|
hr {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
a {
|
|
90
90
|
font-style: normal;
|
|
91
91
|
font-weight: 500;
|
|
92
|
-
font-size:
|
|
92
|
+
font-size: 1rem;
|
|
93
93
|
line-height: 16px;
|
|
94
94
|
color: $white-100;
|
|
95
95
|
position: relative;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
li {
|
|
181
181
|
a {
|
|
182
182
|
padding-left: 52px;
|
|
183
|
-
font-size:
|
|
183
|
+
font-size: 1rem;
|
|
184
184
|
padding-top: 10px;
|
|
185
185
|
padding-bottom: 10px;
|
|
186
186
|
}
|