active_frontend 6.4.0 → 6.4.1

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: 04def9c34c1574edc2176b0c7a23ec67c5216c1c
4
- data.tar.gz: 5684b0637402204d3258c6ab84ec2ab7c1a66173
3
+ metadata.gz: 4a530498eb06713de7b483dd818d6120a710d5db
4
+ data.tar.gz: 0035072965327faeeb2be28e3dbc302a7e903729
5
5
  SHA512:
6
- metadata.gz: 3a004c656737dbe37f088ff624186e214000e53bacb8cc3d93a675848017f706afdce87311cd6c4c21357f3f023002159e0ca41c893247c79efd0beaa23e6cda
7
- data.tar.gz: 2c5b9438231283dec716bd5d6e524621a28fe42c58df6e0deea286116936dd114630223146c987fbb9d3bc8bf982113d18e12905bb3b48d67e5e02cfdb4fe1fe
6
+ metadata.gz: 17f3cbbbe3c32b43a8089d59740fbd0e6c6baf79047dcb09dfdb35337862363602dbf67493fe8b774dddfe634b7e7d044b39625e5e6a444b1dc4e1cc198f7c8e
7
+ data.tar.gz: b30cc8822c8d5d89186491a8f362ccac196992a8bac380570ee684fed368eb0480128c8723ebb74c1c5b1bf8c4496328cc714586ec9efc9d895ff608ed6d377e
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "6.4.0"
2
+ VERSION = "6.4.1"
3
3
  end
@@ -61,9 +61,6 @@
61
61
  background: rgba(35,41,55,1);
62
62
  border-color: rgba(0,0,0,0.2);
63
63
  }
64
- .footer-dark > .footer-brand > a,
65
- .footer-dark > .footer-nav > li > a,
66
- .footer-dark > .footer-footnote { color: rgba(255,255,255,1); }
67
64
  .footer-light {
68
65
  background: rgba(245,248,250,1);
69
66
  border-color: rgba(225,232,237,1);
@@ -317,9 +317,9 @@ select.form-input-initial-width {
317
317
  .form-inline.form-inline-alt > textarea,
318
318
  .form-inline.form-inline-alt > select {
319
319
  font-size: 12px;
320
- line-height: 12px;
321
- padding-bottom: 8px;
322
- padding-top: 10px;
320
+ line-height: 14px;
321
+ padding-bottom: 6px;
322
+ padding-top: 8px;
323
323
  }
324
324
 
325
325
  .form-inline.form-inline-alt > input[type="submit"],
@@ -327,8 +327,8 @@ select.form-input-initial-width {
327
327
  .form-inline.form-inline-alt > input[type="button"] {
328
328
  font-size: 11px;
329
329
  line-height: 11px;
330
- padding-bottom: 10px;
331
- padding-top: 9px;
330
+ padding-bottom: 8px;
331
+ padding-top: 8px;
332
332
  }
333
333
 
334
334
  /* # Media Queries
@@ -79,8 +79,8 @@
79
79
  .trunk-user > li > a:focus,
80
80
  .trunk-user > li > a:active,
81
81
  .trunk-user > li > a.active { color: rgba(255,255,255,1); }
82
- .trunk-user > img,
83
- .trunk-user > li.trunk-user-placeholder {
82
+ .trunk-user > li.trunk-user-placeholder,
83
+ .trunk-user > li.trunk-user-placeholder > img, {
84
84
  background: rgba(136,153,166,1);
85
85
  border-radius: 500px;
86
86
  color: rgba(255,255,255,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.4.0
4
+ version: 6.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez