bookends 10.2.5.alpha2 → 10.2.5.alpha3
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/images/bookends/icons/marketing-icon.svg +485 -0
- data/app/assets/images/bookends/icons/sales-icon.svg +463 -0
- data/app/assets/images/bookends/icons/service-icon.svg +4832 -0
- data/app/assets/stylesheets/bookends/_header.scss +3 -3
- data/lib/bookends/version.rb +1 -1
- metadata +4 -4
- data/app/assets/images/bookends/icons/marketing-icon.png +0 -0
- data/app/assets/images/bookends/icons/sales-icon.png +0 -0
- data/app/assets/images/bookends/icons/service-icon.png +0 -0
|
@@ -361,13 +361,13 @@ a.visuallyhidden.skip-link:focus {
|
|
|
361
361
|
background-image: asset-url('bookends/icons/shield.svg');
|
|
362
362
|
}
|
|
363
363
|
&.sales-icon:before {
|
|
364
|
-
background-image: asset-url('bookends/icons/sales-icon.
|
|
364
|
+
background-image: asset-url('bookends/icons/sales-icon.svg');
|
|
365
365
|
}
|
|
366
366
|
&.service-icon:before {
|
|
367
|
-
background-image: asset-url('bookends/icons/service-icon.
|
|
367
|
+
background-image: asset-url('bookends/icons/service-icon.svg');
|
|
368
368
|
}
|
|
369
369
|
&.marketing-icon:before {
|
|
370
|
-
background-image: asset-url('bookends/icons/marketing-icon.
|
|
370
|
+
background-image: asset-url('bookends/icons/marketing-icon.svg');
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
data/lib/bookends/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bookends
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.2.5.
|
|
4
|
+
version: 10.2.5.alpha3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marketing Web Ops at heroku
|
|
@@ -220,16 +220,16 @@ files:
|
|
|
220
220
|
- app/assets/images/bookends/icons/enterprise.svg
|
|
221
221
|
- app/assets/images/bookends/icons/flow.svg
|
|
222
222
|
- app/assets/images/bookends/icons/kafka.svg
|
|
223
|
-
- app/assets/images/bookends/icons/marketing-icon.
|
|
223
|
+
- app/assets/images/bookends/icons/marketing-icon.svg
|
|
224
224
|
- app/assets/images/bookends/icons/opex.svg
|
|
225
225
|
- app/assets/images/bookends/icons/platform.svg
|
|
226
226
|
- app/assets/images/bookends/icons/postgres.svg
|
|
227
227
|
- app/assets/images/bookends/icons/redis.svg
|
|
228
228
|
- app/assets/images/bookends/icons/runtime.svg
|
|
229
|
-
- app/assets/images/bookends/icons/sales-icon.
|
|
229
|
+
- app/assets/images/bookends/icons/sales-icon.svg
|
|
230
230
|
- app/assets/images/bookends/icons/search-sprite.png
|
|
231
231
|
- app/assets/images/bookends/icons/search-sprite_2x.png
|
|
232
|
-
- app/assets/images/bookends/icons/service-icon.
|
|
232
|
+
- app/assets/images/bookends/icons/service-icon.svg
|
|
233
233
|
- app/assets/images/bookends/icons/shield.svg
|
|
234
234
|
- app/assets/images/bookends/icons/spaces.svg
|
|
235
235
|
- app/assets/images/bookends/icons/teams.svg
|
|
Binary file
|
|
Binary file
|
|
Binary file
|