bookends 3.3.3 → 3.3.4

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: 19753d4db6527ecc33c7431ebe0c90e38b9168f9
4
- data.tar.gz: d12c53cbac499c94ca660c71d948d448e6b9ad24
3
+ metadata.gz: 7f861f061b1751e2e952cf323779a4c0bb645392
4
+ data.tar.gz: 338936a3e4695891d0dad911469b3585578f0a49
5
5
  SHA512:
6
- metadata.gz: 42633c6cfd6eed3ba0dc649158f8672669be4b0e48b25f91efe5f6b9f4c1f4cdd78b83f86f6bbdee3ed95cffde46ec519568bbd54c8d6a833a8ed88f4901e4a2
7
- data.tar.gz: dfdaa0d74dec99d0aeb8124cfb283c2de6c5abee776a68f4ee1aba5a35cb9ff0e2a423d39789393471d9d4a99f7b7406a886309bbeab52ca7892c6b0cfa591af
6
+ metadata.gz: 527092af32c737b80da061a6b814960c96961e7b4a50f71dfa4183e38171ce14c3ee3799838d67bca8d8ce5f55930c3dd2db75f7e7e48d6a7b7e8c80a9393440
7
+ data.tar.gz: 3481e704c10f5fb86671adcfb7ded179b7dc33e752462e09249cf5423c308403664f2a38d2b7109ba43af43d89c093d773ddca73ee13195980fb45b50f3a9d87
@@ -36,14 +36,15 @@ table.gsc-search-box,
36
36
  }
37
37
 
38
38
  input.gsc-input,
39
- input.gsc-input-hover,
40
- input.gsc-input-focus {
39
+ .gsc-input-box,
40
+ .gsc-input-box-hover,
41
+ .gsc-input-box-focus {
41
42
  border: 0 !important;
42
43
  height: auto !important;
43
44
  box-shadow: none !important;
44
45
  }
45
46
 
46
- input.gsc-input {
47
+ .gsc-input-box {
47
48
  background: none !important;
48
49
  }
49
50
 
@@ -119,25 +120,34 @@ input.gsc-input {
119
120
  }
120
121
 
121
122
  input.gsc-input {
123
+ padding: 0 !important;
124
+ font-size: 22px !important;
125
+ }
126
+
127
+ .gsc-input-box {
122
128
  padding: 12px 45px 12px 14px !important;
123
129
  border: 1px solid #DDD !important;
124
130
  border-radius: 4px !important;
125
131
  box-shadow: none !important;
126
132
  @include transition(all .15s linear);
127
133
  box-shadow: 0 0 25px fade-out($purple, 1) !important;
128
- color: #777 !important;
134
+ input.gsc-input {
135
+ color: #777 !important;
136
+ }
129
137
 
130
- &.gsc-input-focus {
138
+ &.gsc-input-box-focus {
131
139
  border-color: fade-out($purple, .1) !important;
132
140
  box-shadow: 0 0 25px fade-out($purple, .8) !important;
133
- color: #222 !important;
141
+ input.gsc-input {
142
+ color: #222 !important;
143
+ }
134
144
  }
135
145
  }
136
146
 
137
147
  .gsc-search-button {
138
148
  position: absolute;
139
149
  right: 22px;
140
- top: 17px;
150
+ top: 21px;
141
151
  width: 22px;
142
152
  height: 21px;
143
153
  opacity: .8;
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '3.3.3'.freeze
2
+ VERSION = '3.3.4'.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.3.3
4
+ version: 3.3.4
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: 2017-03-06 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails