vhx-quartz 0.5.0 → 0.6.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e1135c53051d8f851b4991bec81ec62d2da1889
|
|
4
|
+
data.tar.gz: 04745a21adeea4dd468cf119c20cbb855b5b9486
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4419e9e348212b881a12b6a00f1df6a95fa4092b251671c55f02675bd3816e63a6fceab61f2830637fff0ee20f280c346038539d5347c62948861483f72f56d
|
|
7
|
+
data.tar.gz: c5c2254e1716d60da1adadab4adde9f432861c610cab32bea1e3530e17f713b5e5d634c720d4a0fba4dc0799d41012c7b0435ec4af0264a5a85ad0250c5c7786
|
data/lib/vhx/quartz/version.rb
CHANGED
|
@@ -6241,13 +6241,14 @@ th {
|
|
|
6241
6241
|
......................................*/
|
|
6242
6242
|
.head, .head-1, .head-2, .head-3, .head-4, .head-5 {
|
|
6243
6243
|
color: #375667;
|
|
6244
|
-
font-weight:
|
|
6244
|
+
font-weight: 500;
|
|
6245
6245
|
text-transform: uppercase;
|
|
6246
6246
|
font-family: "brandon-grotesque-n1", "brandon-grotesque", "Brandon Grotesque", sans-serif; }
|
|
6247
|
-
.head
|
|
6247
|
+
.head .text--bold, .head-1 .text--bold, .head-2 .text--bold, .head-3 .text--bold, .head-4 .text--bold, .head-5 .text--bold {
|
|
6248
6248
|
font-weight: 600; }
|
|
6249
6249
|
|
|
6250
6250
|
.head-1 {
|
|
6251
|
+
font-weight: 400;
|
|
6251
6252
|
font-size: 40px;
|
|
6252
6253
|
letter-spacing: 2px;
|
|
6253
6254
|
line-height: 40px; }
|
|
@@ -6255,21 +6256,25 @@ th {
|
|
|
6255
6256
|
line-height: 40px; }
|
|
6256
6257
|
|
|
6257
6258
|
.head-2 {
|
|
6259
|
+
font-weight: 400;
|
|
6258
6260
|
font-size: 30px;
|
|
6259
6261
|
line-height: 30px;
|
|
6260
6262
|
letter-spacing: 3px; }
|
|
6261
6263
|
|
|
6262
6264
|
.head-3 {
|
|
6265
|
+
font-weight: 400;
|
|
6263
6266
|
font-size: 22px;
|
|
6264
6267
|
line-height: 22px;
|
|
6265
6268
|
letter-spacing: 1px; }
|
|
6266
6269
|
|
|
6267
6270
|
.head-4 {
|
|
6271
|
+
font-weight: 600;
|
|
6268
6272
|
font-size: 16px;
|
|
6269
6273
|
line-height: 16px;
|
|
6270
6274
|
letter-spacing: 1px; }
|
|
6271
6275
|
|
|
6272
6276
|
.head-5 {
|
|
6277
|
+
font-weight: 600;
|
|
6273
6278
|
font-size: 14px;
|
|
6274
6279
|
line-height: 14px;
|
|
6275
6280
|
letter-spacing: 1px; }
|