vhx-quartz 0.3.06 → 0.3.032

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: 5298dcdc7eaca68a9020e22c97f1548b04246a02
4
- data.tar.gz: eb6d910ef80098952779a4f99320463c83ec7888
3
+ metadata.gz: 94d8391e944e490456d1037613207b215da4ec09
4
+ data.tar.gz: 43ff0e0b88aaacf631b037ad0836919f0be3365d
5
5
  SHA512:
6
- metadata.gz: 3f81288298547af804e27bb3e38a8f86b075e58c467c491e166e7c3e1c2ae2cb87070a8f05cec559980d0aa41980bdc18a4ced37381d7590f7733cd3517f6034
7
- data.tar.gz: d45e8766335a9d5e78adc2e314dc30f2e1f337f172c6d508775e7cb0c7152ff42055d2ee29c3bc34280c551347af080ece788ae1472a60a2584ba94253072be7
6
+ metadata.gz: 412aa0b8912728b27a00d356bc7ecaa4d921968d354671894da9261de98fa55b5866dbcb4a1300447845f378b29d4ee1911ad74783fd3f8363b9a2e729b36bee
7
+ data.tar.gz: 5da6b6d3460d8d7a46677f1dc74feb621054d4bcb73b2470dd8a51651c88e8df432bab2dc8c1b83407d12a8f3891cbf8be9bcd2560f1fb76e7cc7e7fb1b9f888
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.3.06"
3
+ VERSION = "0.3.032"
4
4
  end
5
5
  end
@@ -2347,10 +2347,10 @@ html {
2347
2347
  /* containers
2348
2348
  ......................................*/
2349
2349
  .content-container {
2350
- padding: 0px 0 75px 0; }
2350
+ padding: 0px 0 75 0; }
2351
2351
 
2352
2352
  .standard-width-container {
2353
- padding: 0px 20px;
2353
+ padding: 0px 20;
2354
2354
  position: relative;
2355
2355
  margin: 0 auto; }
2356
2356
  @media only screen and (min-width: lower-bound(40.063em, 64em)) {
@@ -16725,7 +16725,7 @@ a.badge:hover, a.badge:active {
16725
16725
  .table th, .table td {
16726
16726
  box-sizing: border-box;
16727
16727
  padding: 20px 15px;
16728
- color: #5E7887;
16728
+ color: #F0F2F4;
16729
16729
  line-height: 20px;
16730
16730
  vertical-align: top; }
16731
16731
  .table th strong, .table td strong {
@@ -16820,7 +16820,7 @@ a.badge:hover, a.badge:active {
16820
16820
  .table.table--striped tbody tr {
16821
16821
  border: none; }
16822
16822
  .table.table--striped tbody tr:nth-child(odd) {
16823
- background: #F7F8F9; }
16823
+ background: #f8f9fb; }
16824
16824
  .table.mini td {
16825
16825
  padding: 5px 10px;
16826
16826
  height: auto; }