vhx-quartz 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c9dabff4e66343ef10f9f6da668aa3238bec9ac
4
- data.tar.gz: aaf9b7dd0683da8ab7e2d36e7532758b4161b38c
3
+ metadata.gz: 3e1135c53051d8f851b4991bec81ec62d2da1889
4
+ data.tar.gz: 04745a21adeea4dd468cf119c20cbb855b5b9486
5
5
  SHA512:
6
- metadata.gz: b1102bedf412ca6e4a2e732a6270906c59da210f0fe3daba47eec1ff0c768be15365127e171bd28fa2f48fdcc780e31c4bbd94510b81aa5d1601719f0c79ad0c
7
- data.tar.gz: b40a9f73393a4483afb16f34819545f681c0b8e6dd3731b8d76455c906c10e5bbc8b1a42092c23f5d89ac60e13c1f2b69da4c30302f621215e653a66f1156b88
6
+ metadata.gz: e4419e9e348212b881a12b6a00f1df6a95fa4092b251671c55f02675bd3816e63a6fceab61f2830637fff0ee20f280c346038539d5347c62948861483f72f56d
7
+ data.tar.gz: c5c2254e1716d60da1adadab4adde9f432861c610cab32bea1e3530e17f713b5e5d634c720d4a0fba4dc0799d41012c7b0435ec4af0264a5a85ad0250c5c7786
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.5.0"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
@@ -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: 600;
6244
+ font-weight: 500;
6245
6245
  text-transform: uppercase;
6246
6246
  font-family: "brandon-grotesque-n1", "brandon-grotesque", "Brandon Grotesque", sans-serif; }
6247
- .head strong, .head-1 strong, .head-2 strong, .head-3 strong, .head-4 strong, .head-5 strong {
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; }