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 +4 -4
- data/app/assets/stylesheets/bookends/_google-cse.scss +17 -7
- data/lib/bookends/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f861f061b1751e2e952cf323779a4c0bb645392
|
|
4
|
+
data.tar.gz: 338936a3e4695891d0dad911469b3585578f0a49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
40
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
150
|
+
top: 21px;
|
|
141
151
|
width: 22px;
|
|
142
152
|
height: 21px;
|
|
143
153
|
opacity: .8;
|
data/lib/bookends/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|