active_frontend 6.3.1 → 6.3.2

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: cfdba485926d77d4353fd91ac1d64cc6aca2bad8
4
- data.tar.gz: 3f355fbcf595a7c9444bee0745b688df3121b237
3
+ metadata.gz: eeab03a1d4fc391a04e6b4c4e247eb1374c84b98
4
+ data.tar.gz: 8741c29f9029e0ee91498db5e963bf14adf1c27b
5
5
  SHA512:
6
- metadata.gz: 416da53115903fef2c48d047b2310aefb804b9bc2e874a670a7a20ffd185b9ffeea1c49ba357120628469d796ece1ce4dbe27aa1fbfd61d5d5ef378217b281d1
7
- data.tar.gz: 64ef9e6aa2365886bc70c8ca63377c787d8dc748d875f88cfeaf175a4d595db63279a428050c60fa20e3e5b6ebb01652fd8e6ad06f80822953c26b25e7c4c451
6
+ metadata.gz: 612739f3bf999d68f3075c9df8e66af21e77124a4594b786c6182c1b42cb500cad47adb7a0d72d466e698e563f1988bf5909a940062d359461df5a09e63c959d
7
+ data.tar.gz: f6facafe66a694092090fd066104cfbb888df4f4bf801d5383836a7abb5fa0c716dd63f358b49c1f141c3df0266b830ce258b760b46d6eeaa5ef41e19e3f8210
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "6.3.1"
2
+ VERSION = "6.3.2"
3
3
  end
@@ -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: 7px; }
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 { border-bottom-color: transparent; }
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: 2px;
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: 2px solid rgba(225,232,237,1);
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: 2px solid rgba(225,232,237,1); }
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: 2px;
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); }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.1
4
+ version: 6.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez