bookends 6.0.1 → 7.0.0

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
  SHA256:
3
- metadata.gz: d764ed70377c1374306c86122458eef8eab68e4c749b49184e4a4b257fb3370f
4
- data.tar.gz: d93db8bdbe15a073526f1d5455535e2a9e9f1d2527a150216f879d5fb3e7ade0
3
+ metadata.gz: cd428335d9e453cb77be3f193338d2e4489be52644e5b8bcb15ff9959b1ac204
4
+ data.tar.gz: 6202d6c43b487210fc45bd4a12e2114da2923d1aea3aa3602e5aafba9cb10b61
5
5
  SHA512:
6
- metadata.gz: 9aeb17e1f73ab4326e719c5a10349dfd9aa70e937e1280c7644696a86606e6d84ef22180e220acb9339f09aacb5e05b4519dc002c316b54d45b86ce67db967a6
7
- data.tar.gz: eade6cce4e1b67129ccd12a7280cbef593858f1f203ac295f001a1e9cd4a5679f1ce1bdfe12ef2cb7ea74e631669801d7f483a3c1d565d15a7652bfb162744dc
6
+ metadata.gz: af0f8ad97d68287d9be6804849c3ebffa8545c202dba91377aa3d54b0121364f39afceed8ef67a5cee892b49666dfd5eaa42b00d8b5adb65d49d77f5cd0d9c68
7
+ data.tar.gz: c5f66fc5db07f45c8d8277e4bb5633a57aac602e384bc9bbfab786382da98c59691904aa4733076d232686dffbc8ac8f0a23d4c997c061d0542ee3d6ef871f55
@@ -14,4 +14,3 @@
14
14
  @import 'search';
15
15
  @import 'search-page';
16
16
  @import 'footer';
17
- @import 'cookies';
@@ -101,8 +101,6 @@
101
101
  <li><a href="<%= Bookends::Config.host_www %>/home">heroku.com</a></li>
102
102
  <li><a href="<%= Bookends::Config.host_www %>/policy/salesforce-heroku-msa">Terms of Service</a></li>
103
103
  <li><a href="https://www.salesforce.com/company/privacy/">Privacy</a></li>
104
- <% # Placeholder for a link to TrustArc's Cookie Consent Manager %>
105
- <li><span id="teconsent"></span></li>
106
104
  <li><a href="https://www.salesforce.com/company/privacy/full_privacy.jsp#nav_info">Cookies</a></li>
107
105
  <li class="copyright">
108
106
  &copy;
@@ -1,9 +1,3 @@
1
- <% # Loads JS to render TrustArc's Cookie Consent Manager %>
2
- <script async="async" src="//consent.trustarc.com/notice?domain=salesforce.com&c=teconsent&js=bb&noticeType=bb&text=true&pcookie" crossorigin=""></script>
3
-
4
- <% # Placeholder for TrustArc's Cookie Consent Manager %>
5
- <div id="consent_blackbar"></div>
6
-
7
1
  <header id="header">
8
2
  <nav id="navigation" role="navigation">
9
3
  <span class="mobile-nav" aria-hidden="true">
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '6.0.1'.freeze
2
+ VERSION = '7.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-24 00:00:00.000000000 Z
11
+ date: 2018-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -279,7 +279,6 @@ files:
279
279
  - app/assets/javascripts/vendor/algoliasearch.js
280
280
  - app/assets/stylesheets/bookends/_base.scss
281
281
  - app/assets/stylesheets/bookends/_colors.scss
282
- - app/assets/stylesheets/bookends/_cookies.scss
283
282
  - app/assets/stylesheets/bookends/_fonts.scss
284
283
  - app/assets/stylesheets/bookends/_footer.scss
285
284
  - app/assets/stylesheets/bookends/_glostick.scss
@@ -1,93 +0,0 @@
1
- #consent_blackbar {
2
- #truste-consent-track {
3
- background-color: $off-white !important;
4
- box-shadow: 0 0 0 1px rgba(89,105,128,0.05),0 3px 20px 0 rgba(89,105,128,0.15),0 1px 2px 0 rgba(0,0,0,0.05);
5
- position: relative;
6
- z-index: 5;
7
- }
8
-
9
- #truste-consent-content {
10
- display: flex;
11
- align-items: center;
12
- justify-content: flex-end;
13
- min-height: 40px;
14
- flex-direction: row-reverse;
15
- }
16
-
17
- .truste-text,
18
- .truste-cookie-link,
19
- .truste-cookie-link2 {
20
- font-family: $font-main;
21
- }
22
-
23
- .truste-cookie-link,
24
- .truste-cookie-link2 {
25
- font-weight: $font-bold;
26
- letter-spacing: 0.05em;
27
- color: $blue;
28
- padding-top: 0;
29
- line-height: 1.4;
30
- }
31
-
32
- .truste-cookie-link2 {
33
- padding: 8px 0 8px 20px;
34
- }
35
-
36
- .truste-textconsent {
37
- line-height: 1.4;
38
- margin-left: 20px;
39
- flex: 1;
40
- padding: 10px 0;
41
- }
42
-
43
- .truste-close {
44
- padding: 8px 15px 8px 10px;
45
- margin: 0;
46
- }
47
-
48
- .truste-desktopbuttons {
49
- padding: 0 !important;
50
- }
51
-
52
- @media (max-width: 768px) {
53
- #truste-consent-content {
54
- > div,
55
- .truste-cookie-link2 {
56
- align-self: flex-start;
57
- }
58
- .truste-cookie-link2 {
59
- padding-top: 12px;
60
- padding-bottom: 12px;
61
- }
62
- .truste-close {
63
- padding-top: 12px;
64
- }
65
- }
66
- }
67
-
68
- @media (max-width: 385px) {
69
- #truste-consent-content {
70
- > div:first-child,
71
- .truste-cookie-link2 {
72
- position: absolute;
73
- }
74
- .truste-cookie-link2 {
75
- top: 0;
76
- left: 0;
77
- }
78
- > div:first-child {
79
- top: 0;
80
- right: 0;
81
- }
82
- .truste-textconsent {
83
- margin-right: 20px;
84
- padding-top: 35px;
85
- }
86
- }
87
- }
88
- }
89
-
90
- #teconsent a {
91
- text-decoration: underline;
92
- color: #999;
93
- }