active_frontend 6.3.1 → 6.3.2
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: eeab03a1d4fc391a04e6b4c4e247eb1374c84b98
|
|
4
|
+
data.tar.gz: 8741c29f9029e0ee91498db5e963bf14adf1c27b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 612739f3bf999d68f3075c9df8e66af21e77124a4594b786c6182c1b42cb500cad47adb7a0d72d466e698e563f1988bf5909a940062d359461df5a09e63c959d
|
|
7
|
+
data.tar.gz: f6facafe66a694092090fd066104cfbb888df4f4bf801d5383836a7abb5fa0c716dd63f358b49c1f141c3df0266b830ce258b760b46d6eeaa5ef41e19e3f8210
|
|
@@ -76,8 +76,9 @@
|
|
|
76
76
|
.header-nav-alt > li:first-child,
|
|
77
77
|
.header-nav-alt > li.btn-group + li.btn-group,
|
|
78
78
|
.header-toolchain > li.btn-group + li.btn-group { margin-left: 0; }
|
|
79
|
-
.header-nav > li
|
|
80
|
-
.header-nav > li.btn-group { margin-top:
|
|
79
|
+
.header-nav > li { margin-top: 7px; }
|
|
80
|
+
.header-nav > li.btn-group { margin-top: 6px; }
|
|
81
|
+
.header-nav-alt > li.btn-group { margin-top: -1px; }
|
|
81
82
|
.header-nav > li > a,
|
|
82
83
|
.header-nav-alt > li > a,
|
|
83
84
|
.header-toolchain > li > a {
|
|
@@ -208,7 +209,10 @@
|
|
|
208
209
|
|
|
209
210
|
/* # Styles
|
|
210
211
|
================================================== */
|
|
211
|
-
.header.header-borderless
|
|
212
|
+
.header.header-borderless,
|
|
213
|
+
.header.header-alt.header-borderless { border-bottom-color: transparent; }
|
|
214
|
+
.header.header-border-alt,
|
|
215
|
+
.header.header-alt.header-border-alt { border-bottom-color: $primary-color; }
|
|
212
216
|
|
|
213
217
|
/* # Media Queries
|
|
214
218
|
================================================== */
|
|
@@ -25,7 +25,7 @@ table {
|
|
|
25
25
|
}
|
|
26
26
|
.table th,
|
|
27
27
|
.table tfoot td {
|
|
28
|
-
border-top-width:
|
|
28
|
+
border-top-width: 1px;
|
|
29
29
|
font-size: 14px;
|
|
30
30
|
font-weight: bold;
|
|
31
31
|
padding: 7px 10px 7px 10px;
|
|
@@ -58,7 +58,7 @@ table {
|
|
|
58
58
|
.table th.tablespy-sort-empty:before { content: ""; }
|
|
59
59
|
.table th.tablespy-sort-empty { pointer-events: none; }
|
|
60
60
|
.table caption {
|
|
61
|
-
border-bottom:
|
|
61
|
+
border-bottom: 1px solid rgba(225,232,237,1);
|
|
62
62
|
border-top: 0;
|
|
63
63
|
color: rgba(85,94,113,1);
|
|
64
64
|
font-size: 15px;
|
|
@@ -73,7 +73,7 @@ table {
|
|
|
73
73
|
.table colgroup + thead tr:first-child td,
|
|
74
74
|
.table thead:first-child tr:first-child th,
|
|
75
75
|
.table thead:first-child tr:first-child td { border-top: 0; }
|
|
76
|
-
.table tbody + tbody { border-top:
|
|
76
|
+
.table tbody + tbody { border-top: 1px solid rgba(225,232,237,1); }
|
|
77
77
|
.table-condensed caption,
|
|
78
78
|
.table-condensed th,
|
|
79
79
|
.table-condensed tfoot td {
|
|
@@ -91,8 +91,7 @@ table {
|
|
|
91
91
|
}
|
|
92
92
|
.table-bordered caption {
|
|
93
93
|
border: 1px solid rgba(225,232,237,1);
|
|
94
|
-
border-bottom-width:
|
|
95
|
-
margin-bottom: -1px;
|
|
94
|
+
border-bottom-width: 0;
|
|
96
95
|
}
|
|
97
96
|
.table-bordered th,
|
|
98
97
|
.table-bordered td { border-left: 1px solid rgba(225,232,237,1); }
|