monkey-style-guide-v2 0.0.6 → 0.0.7
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.
|
@@ -126,11 +126,24 @@ a {
|
|
|
126
126
|
(
|
|
127
127
|
size: f-size(xl),
|
|
128
128
|
weight: f-weight(bold),
|
|
129
|
-
height: f-lh(super)
|
|
129
|
+
height: f-lh(super),
|
|
130
|
+
color: f-cl-gray(900)
|
|
130
131
|
)
|
|
131
132
|
);
|
|
132
133
|
}
|
|
133
134
|
|
|
135
|
+
.mecx-subtitle-page {
|
|
136
|
+
@include mecx-font(
|
|
137
|
+
(
|
|
138
|
+
size: f-size(xs),
|
|
139
|
+
weight: f-weight(regular),
|
|
140
|
+
height: f-lh(med),
|
|
141
|
+
color: f-cl-gray(700)
|
|
142
|
+
)
|
|
143
|
+
);
|
|
144
|
+
letter-spacing: 0.48px;
|
|
145
|
+
}
|
|
146
|
+
|
|
134
147
|
.mecx-description {
|
|
135
148
|
@include mecx-font(
|
|
136
149
|
(
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|