vhx-quartz 0.3.02 → 0.3.04
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: fc4cb275f82b227462aa7ac682faac41cb6a909d
|
|
4
|
+
data.tar.gz: e9971b0bab259de28a298b3db391b6525302dd35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d47567801a3036440acbd8445c90dff7841ba3756923aabd56242b32ad3d48dd7025168d1ccd9d0a45712c8b8aad5da15211b5aa7a029203a5557825a196f2a4
|
|
7
|
+
data.tar.gz: 0055a02e9aa773f353d28a578a478cf37c81ca4c8d7ecbd60856a3af02609ca0bce3ff30ca244ee11358bc3a7a4957261da5cf6267b7e232bc120113a276ed42
|
data/lib/vhx/quartz/version.rb
CHANGED
|
@@ -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: #
|
|
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: #
|
|
16823
|
+
background: #F7F8F9; }
|
|
16825
16824
|
.table.mini td {
|
|
16826
16825
|
padding: 5px 10px;
|
|
16827
16826
|
height: auto; }
|