@angelscmf/front 1.0.21 → 1.0.22
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
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
:root {
|
|
121
|
+
--a-header1-color: var(--a-headers-color);
|
|
121
122
|
--a-header1-lineHeight: var(--a-headers-lineHeight);
|
|
122
123
|
--a-header1-margin: 0;
|
|
123
124
|
--a-header1-size: #{AngelsVariables.$aFontSize + 6};
|
|
@@ -125,13 +126,16 @@
|
|
|
125
126
|
|
|
126
127
|
h1,
|
|
127
128
|
h1.a-h1 {
|
|
128
|
-
color: var(--a-header1-color
|
|
129
|
+
color: var(--a-header1-color);
|
|
129
130
|
font-size: var(--a-header1-size);
|
|
131
|
+
font-weight: normal;
|
|
132
|
+
line-height: var(--a-header1-lineHeight);
|
|
130
133
|
margin: var(--a-header1-margin);
|
|
131
134
|
padding: 0;
|
|
132
135
|
}
|
|
133
136
|
|
|
134
137
|
:root {
|
|
138
|
+
--a-header2-color: var(--a-headers-color);
|
|
135
139
|
--a-header2-lineHeight: var(--a-headers-lineHeight);
|
|
136
140
|
--a-header2-margin: 0;
|
|
137
141
|
--a-header2-size: #{AngelsVariables.$aFontSize + 5};
|
|
@@ -139,15 +143,17 @@
|
|
|
139
143
|
|
|
140
144
|
h2,
|
|
141
145
|
h2.a-h2 {
|
|
142
|
-
color: var(--a-header2-color
|
|
146
|
+
color: var(--a-header2-color);
|
|
143
147
|
font-size: var(--a-header2-size);
|
|
144
148
|
font-weight: normal;
|
|
145
149
|
letter-spacing: 2px;
|
|
150
|
+
line-height: var(--a-header2-lineHeight);
|
|
146
151
|
margin: var(--a-header2-margin);
|
|
147
152
|
padding: 0;
|
|
148
153
|
}
|
|
149
154
|
|
|
150
155
|
:root {
|
|
156
|
+
--a-header3-color: var(--a-headers-color);
|
|
151
157
|
--a-header3-lineHeight: var(--a-headers-lineHeight);
|
|
152
158
|
--a-header3-margin: 0;
|
|
153
159
|
--a-header3-size: #{AngelsVariables.$aFontSize + 4};
|
|
@@ -155,15 +161,17 @@
|
|
|
155
161
|
|
|
156
162
|
h3,
|
|
157
163
|
h3.a-h3 {
|
|
158
|
-
color: var(--a-header3-color
|
|
164
|
+
color: var(--a-header3-color);
|
|
159
165
|
font-size: var(--a-header3-size);
|
|
160
166
|
font-weight: normal;
|
|
161
167
|
letter-spacing: 2px;
|
|
168
|
+
line-height: var(--a-header3-lineHeight);
|
|
162
169
|
margin: var(--a-header3-margin);
|
|
163
170
|
padding: 0;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
173
|
:root {
|
|
174
|
+
--a-header4-color: var(--a-headers-color);
|
|
167
175
|
--a-header4-lineHeight: var(--a-headers-lineHeight);
|
|
168
176
|
--a-header4-margin: 0;
|
|
169
177
|
--a-header4-size: #{AngelsVariables.$aFontSize + 3};
|
|
@@ -171,12 +179,17 @@
|
|
|
171
179
|
|
|
172
180
|
h4,
|
|
173
181
|
h4.a-h4 {
|
|
182
|
+
color: var(--a-header4-color);
|
|
174
183
|
font-size: var(--a-header4-size);
|
|
184
|
+
font-weight: normal;
|
|
185
|
+
letter-spacing: 2px;
|
|
186
|
+
line-height: var(--a-header4-lineHeight);
|
|
175
187
|
margin: var(--a-header4-margin);
|
|
176
188
|
padding: 0;
|
|
177
189
|
}
|
|
178
190
|
|
|
179
191
|
:root {
|
|
192
|
+
--a-header5-color: var(--a-headers-color);
|
|
180
193
|
--a-header5-lineHeight: var(--a-headers-lineHeight);
|
|
181
194
|
--a-header5-margin: 0;
|
|
182
195
|
--a-header5-size: #{AngelsVariables.$aFontSize + 2};
|
|
@@ -184,12 +197,17 @@
|
|
|
184
197
|
|
|
185
198
|
h5,
|
|
186
199
|
h5.a-h5 {
|
|
200
|
+
color: var(--a-header5-color);
|
|
187
201
|
font-size: var(--a-header5-size);
|
|
202
|
+
font-weight: normal;
|
|
203
|
+
letter-spacing: 2px;
|
|
204
|
+
line-height: var(--a-header5-lineHeight);
|
|
188
205
|
margin: var(--a-header5-margin);
|
|
189
206
|
padding: 0;
|
|
190
207
|
}
|
|
191
208
|
|
|
192
209
|
:root {
|
|
210
|
+
--a-header6-color: var(--a-headers-color);
|
|
193
211
|
--a-header6-lineHeight: var(--a-headers-lineHeight);
|
|
194
212
|
--a-header6-margin: 0;
|
|
195
213
|
--a-header6-size: #{AngelsVariables.$aFontSize + 1};
|
|
@@ -197,7 +215,11 @@
|
|
|
197
215
|
|
|
198
216
|
h6,
|
|
199
217
|
h6.a-h6 {
|
|
218
|
+
color: var(--a-header6-color);
|
|
200
219
|
font-size: var(--a-header6-size);
|
|
220
|
+
font-weight: normal;
|
|
221
|
+
letter-spacing: 2px;
|
|
222
|
+
line-height: var(--a-header6-lineHeight);
|
|
201
223
|
margin: var(--a-header6-margin);
|
|
202
224
|
padding: 0;
|
|
203
225
|
}
|