bookends 3.1.5.beta1 → 3.1.5

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: ca919d49413bcce4a4b3d421a465c5ac92bfc283
4
- data.tar.gz: c9808384f3e74d6c46a985dfb95a58156e125cc6
3
+ metadata.gz: 63259af6d98abffab65a2b1c2cf30e22ab1ede34
4
+ data.tar.gz: f2517783b578592ad164ae3444d43e73b5baf426
5
5
  SHA512:
6
- metadata.gz: 5728250acf9a936ab9affbb7229210d7190c9ea159f92e4dcd465cdb96a48529950d6dbed98dbdc65c36826fb85b0845a1ada490b0a30f85279e56819b41c8ef
7
- data.tar.gz: fbbd6530a65ba7da105c977fae7722c43d41cb4e983025463d0cb0419ad34bd6f1e9bf8d9d7bbcc9eb0488ebcbfaf9cb86a4bb223f947a359bb90342a89f128e
6
+ metadata.gz: c04441d16e4c5c646b280a9a69e5124effc9ee97910667d3fc50ffbb6687cf1cbb44e6ae3d4f0fc326336cd0f673b5c723d53baff9b341b6dfff7d53bf823267
7
+ data.tar.gz: 94bb7333a63a6f2c38d221a14da27aa0d05805d57f3336fa82e0969d1cc72c829ea264f411c83689972d4c6a43e3298401417035d66c6ba8ee7b8cf0dedb7cfe
@@ -239,6 +239,7 @@
239
239
  border-radius: 3px;
240
240
  text-transform: uppercase;
241
241
  letter-spacing: .05em;
242
+ padding: 0;
242
243
  font-weight: bold;
243
244
  text-align: center;
244
245
  color: #fff;
@@ -38,7 +38,6 @@
38
38
  background-size: 100% 1000px;
39
39
  color: lighten($purple, 30%);
40
40
  margin: 0;
41
- position: relative;
42
41
  }
43
42
 
44
43
  #navigation {
@@ -163,7 +162,7 @@
163
162
  font-size: 14px;
164
163
  font-weight: normal;
165
164
 
166
- @media screen and (min-width: $bp-lg) {
165
+ @media screen and (min-width: $bp-lg + 1) {
167
166
  position: absolute;
168
167
  background: $white;
169
168
  border-radius: $border-radius;
@@ -173,10 +172,6 @@
173
172
  box-shadow: 0 2px 7px fade-out($black, .825);
174
173
  }
175
174
 
176
- @media screen and (min-width: $bp-sm) {
177
- background: none;
178
- }
179
-
180
175
  &[class*="glostick"] {
181
176
  padding: 0;
182
177
 
@@ -313,17 +308,6 @@
313
308
  .more-blog {
314
309
  width: 50%;
315
310
 
316
- .btn-xs {
317
- border-radius: $border-radius;
318
- padding: .7em 1.5em;
319
- }
320
-
321
- img {
322
- max-width: 90%;
323
- display: block;
324
- margin-bottom: 10px;
325
- }
326
-
327
311
  @include media($tablet) {
328
312
  width: 100%;
329
313
  }
@@ -346,7 +330,6 @@
346
330
  line-height: 1.4;
347
331
  color: #333;
348
332
  font-weight: 500;
349
- margin: .7em 0;
350
333
 
351
334
  a {
352
335
  color: #333;
@@ -428,23 +411,6 @@
428
411
  margin-right: 12px;
429
412
  }
430
413
  }
431
-
432
- .button_to {
433
- display: inline-block;
434
-
435
- input {
436
- padding: 7px 0;
437
- display: inline-block;
438
- background-color: transparent;
439
- border: none;
440
- color: rgb(199, 192, 222);
441
- outline: none;
442
-
443
- &:hover {
444
- color: #FFF;
445
- }
446
- }
447
- }
448
414
  }
449
415
 
450
416
 
@@ -671,15 +637,9 @@
671
637
  color: $white;
672
638
  color: fade-out($white, .5);
673
639
  font-size: 13px !important;
674
- line-height: 1.35;
675
- font-weight: 300;
676
640
  @include transition(.15s ease-in-out);
677
641
  -webkit-font-smoothing: subpixel-antialiased;
678
642
 
679
- @include placeholder {
680
- color: fade-out(#fff, .5);
681
- }
682
-
683
643
  @include media($bp-sm) {
684
644
  width: 100% !important;
685
645
  }
@@ -691,79 +651,6 @@
691
651
  &:focus {
692
652
  background: fade-out($white, .1) !important;
693
653
  color: #222;
694
-
695
- @include placeholder {
696
- color: #aaa;
697
- }
698
-
699
- @media screen and (min-width: 1110px) {
700
- width: 200px !important;
701
- }
702
- }
703
- }
704
- }
705
- }
706
-
707
- .mobile-nav {
708
- @include hide-text();
709
- width: 30px;
710
- height: 20px;
711
- position: relative;
712
- @include transform(rotate(0deg));
713
- @include transition(.3s ease-in-out);
714
- cursor: pointer;
715
-
716
- span {
717
- display: block;
718
- position: absolute;
719
- height: 2px;
720
- width: 100%;
721
- background: #C7BFDF;
722
- border-radius: 9px;
723
- opacity: 1;
724
- left: 0;
725
- @include transform(rotate(0deg));
726
- @include transition(.15s ease-in-out);
727
-
728
- &:nth-child(1) {
729
- top: 0px;
730
- }
731
-
732
- &:nth-child(2),
733
- &:nth-child(3) {
734
- top: 8px;
735
- }
736
-
737
- &:nth-child(4) {
738
- top: 16px;
739
- }
740
- }
741
- }
742
-
743
- .active {
744
- .mobile-nav {
745
- display: block;
746
-
747
- span {
748
- &:nth-child(1) {
749
- top: 6px;
750
- width: 0%;
751
- left: 50%;
752
- }
753
-
754
- &:nth-child(2) {
755
- @include transform(rotate(45deg));
756
- }
757
-
758
- &:nth-child(3) {
759
- @include transform(rotate(-45deg));
760
- }
761
-
762
- &:nth-child(4) {
763
- top: 6px;
764
- width: 0%;
765
- left: 50%;
766
- background: blue;
767
654
  }
768
655
  }
769
656
  }
@@ -817,10 +704,6 @@
817
704
  margin: 0;
818
705
  }
819
706
 
820
- h1, h2 {
821
- -webkit-font-smoothing: antialiased;
822
- }
823
-
824
707
  h1 {
825
708
  color: $white;
826
709
  }
@@ -836,11 +719,6 @@
836
719
  h4, h5 {
837
720
  font-weight: $font-normal;
838
721
  }
839
-
840
- small {
841
- display: block;
842
- margin-top: 0.4em;
843
- }
844
722
  }
845
723
 
846
724
  body.purple {
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "3.1.5.beta1"
2
+ VERSION = '3.1.5'.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: 3.1.5.beta1
4
+ version: 3.1.5
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-10-17 00:00:00.000000000 Z
11
+ date: 2016-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -294,9 +294,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
294
294
  version: '0'
295
295
  required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  requirements:
297
- - - ">"
297
+ - - ">="
298
298
  - !ruby/object:Gem::Version
299
- version: 1.3.1
299
+ version: '0'
300
300
  requirements: []
301
301
  rubyforge_project:
302
302
  rubygems_version: 2.4.8