vhx-quartz 0.3.02 → 0.3.04

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: dbf9c7204d4198c3bd394f0e9f8cc603f7b0adb4
4
- data.tar.gz: 4b7242cf583d32c8fdffd8684aac6dd3a058d125
3
+ metadata.gz: fc4cb275f82b227462aa7ac682faac41cb6a909d
4
+ data.tar.gz: e9971b0bab259de28a298b3db391b6525302dd35
5
5
  SHA512:
6
- metadata.gz: b7b40bf2af65634dcf09e4e952dc8c9422d8c2a8dcbbb92dc387fc8995260133125e2ecf23755e396cccaa4fa13f03d42fefd5764e937f7bc9dd808287a892b6
7
- data.tar.gz: 91303959e1566264a5ea2cbb59e1ef9e802ebba8553d8dc3c3a49c16943ffa2faef4153bbbdaaf039e440e4832b025d0f02707b163f272049942fbb903e8fcfd
6
+ metadata.gz: d47567801a3036440acbd8445c90dff7841ba3756923aabd56242b32ad3d48dd7025168d1ccd9d0a45712c8b8aad5da15211b5aa7a029203a5557825a196f2a4
7
+ data.tar.gz: 0055a02e9aa773f353d28a578a478cf37c81ca4c8d7ecbd60856a3af02609ca0bce3ff30ca244ee11358bc3a7a4957261da5cf6267b7e232bc120113a276ed42
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.3.02"
3
+ VERSION = "0.3.04"
4
4
  end
5
5
  end
@@ -108,7 +108,6 @@
108
108
  background: #2E064A; }
109
109
 
110
110
  .bg-image {
111
- background: image-url("home/bg-footer.jpg") top center repeat #000c1d;
112
111
  position: relative; }
113
112
  .bg-image.bg-only:before {
114
113
  background: none; }
@@ -16726,7 +16725,7 @@ a.badge:hover, a.badge:active {
16726
16725
  .table th, .table td {
16727
16726
  box-sizing: border-box;
16728
16727
  padding: 20px 15px;
16729
- color: #F0F2F4;
16728
+ color: #5E7887;
16730
16729
  line-height: 20px;
16731
16730
  vertical-align: top; }
16732
16731
  .table th strong, .table td strong {
@@ -16821,7 +16820,7 @@ a.badge:hover, a.badge:active {
16821
16820
  .table.table--striped tbody tr {
16822
16821
  border: none; }
16823
16822
  .table.table--striped tbody tr:nth-child(odd) {
16824
- background: #f8f9fb; }
16823
+ background: #F7F8F9; }
16825
16824
  .table.mini td {
16826
16825
  padding: 5px 10px;
16827
16826
  height: auto; }