bookends 2.4.4 → 2.5.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
  SHA1:
3
- metadata.gz: 8ca1ed51aa18972dc094ca9e7fc1fc2cbbf36486
4
- data.tar.gz: 29e838f671e7dafa28899adafbbbcf84f863d2ef
3
+ metadata.gz: 7c7113ca2372d4ef8182148b86b2b64adc9a6883
4
+ data.tar.gz: 284389a9dedd8cdc7b0760bdbb6aa20f0b1f51a0
5
5
  SHA512:
6
- metadata.gz: 48ae3a8617255169da8dd7f808b5aafeb04bca4c82095f2afcb0a38bae8a9c98ba45bfe512431e3ba1e48f5263f1eaf056805f31abb89bd70cbb3899e8a325a6
7
- data.tar.gz: e9aca630df9fc8030d0238f1fb12a8205c069dc26462ef64912726564987d8d15567ae0d72cbed14d94eccbcc90111a0d8b8dd600b6ca63ce24310c29460a0af
6
+ metadata.gz: ad2f7613b706049bee33b9f474f03fd020655680cd6423b603dbd4d040a1f33e0472990328bb5af52ffbeb8996807815749ac31d934ea982b80e32874b160308
7
+ data.tar.gz: e80452d3672766130d6fa485ba5ecb0089b696c4d80e92941382e75c4018f4bd00364d2fbc8e1f1b8ecbca025ff55c21d45b580f770350e8ab0a422e2670ef34
@@ -30,6 +30,7 @@
30
30
  <li><a href="https://www.heroku.com/customers">Our Customers</a></li>
31
31
  <li><a href="https://www.heroku.com/careers">Careers</a></li>
32
32
  <li><a href="https://partners.heroku.com/">Partners</a></li>
33
+ <li><a href="https://www.heroku.com/elements">Elements</a></li>
33
34
  </ul>
34
35
  </nav>
35
36
  <nav class="col">
@@ -33,6 +33,7 @@
33
33
  <li><a href="https://elements.heroku.com/addons" class="addons">Add-ons</a></li>
34
34
  <li><a href="https://elements.heroku.com/buttons" class="buttons">Buttons</a></li>
35
35
  <li><a href="https://elements.heroku.com/buildpacks" class="buildpacks">Buildpacks</a></li>
36
+ <li><a href="https://www.heroku.com/elements" class="bookends-icon elements">About</a></li>
36
37
  </ul>
37
38
  </li>
38
39
  <li><a href="https://www.heroku.com/pricing">Pricing</a></li>
@@ -31,6 +31,7 @@
31
31
  <li><a class="bookends-icon addons" href="https://elements.heroku.com/addons">Add-ons</a></li>
32
32
  <li><a class="bookends-icon buttons" href="https://elements.heroku.com/buttons">Buttons</a></li>
33
33
  <li><a class="bookends-icon buildpacks" href="https://elements.heroku.com/buildpacks">Buildpacks</a></li>
34
+ <li><a class="bookends-icon elements" href="https://www.heroku.com/elements">About</a></li>
34
35
  </ul>
35
36
  </li>
36
37
  <li><a id="pricing-head" href="https://www.heroku.com/pricing">Pricing</a></li>
@@ -11,7 +11,7 @@
11
11
  $asset-path: 'bookends/footer';
12
12
 
13
13
  $footer-width: 94%;
14
- $footer-max-width: 1060px;
14
+ $footer-max-width: 1200px;
15
15
 
16
16
  $color-header: #211746;
17
17
  $color-purple: #6e5baa;
@@ -120,7 +120,7 @@
120
120
  letter-spacing: .1em;
121
121
  color: $color-header;
122
122
 
123
- @include screen($screen: $threshold-mobile) {
123
+ @include screen($screen: $threshold-tablet) {
124
124
  text-align: center;
125
125
  }
126
126
  }
@@ -171,7 +171,7 @@
171
171
  .col {
172
172
  width: 25%;
173
173
  padding-right: 2%;
174
- @include screen($screen: $threshold-mobile) {
174
+ @include screen($screen: $threshold-tablet) {
175
175
  width: auto;
176
176
  padding-right: 0;
177
177
  text-align: center;
@@ -291,7 +291,7 @@
291
291
  .tertiary {
292
292
  p {
293
293
  float: right;
294
- margin: 1em 0;
294
+ margin: 13px 0 10px;
295
295
  padding: 0;
296
296
  font-size: 13px;
297
297
  color: #999;
@@ -424,18 +424,15 @@
424
424
  min-width: 200px;
425
425
  font-size: 14px;
426
426
  font-weight: normal;
427
- display: none;
428
-
429
- @include screen(min-width, $threshold-tablet) {
430
- display: block;
431
- position: absolute;
432
- background: #fff;
433
- border-radius: 4px;
434
- z-index: 3;
435
- padding: $dropdown-padding/2 $dropdown-padding;
436
- overflow: visible;
437
- box-shadow: 0 2px 7px fade-out(#000, .825);
438
- }
427
+ display: block;
428
+ position: absolute;
429
+ background: #fff;
430
+ border-radius: 4px;
431
+ z-index: 3;
432
+ padding: $dropdown-padding/2 $dropdown-padding;
433
+ overflow: visible;
434
+ box-shadow: 0 2px 7px fade-out(#000, .825);
435
+ text-align: left;
439
436
 
440
437
  [class^="heroku-footer-icon-"] {
441
438
  margin-right: 5px;
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "2.4.4"
2
+ VERSION = "2.5.0"
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: 2.4.4
4
+ version: 2.5.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: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor