nfg_ui 0.12.12 → 0.12.13
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/nfg_ui/clouds-gray-lg.png +0 -0
- data/app/assets/images/nfg_ui/clouds-white-lg.png +0 -0
- data/app/assets/images/nfg_ui/engagement_banners/arrows-bg.png +0 -0
- data/app/assets/images/nfg_ui/engagement_banners/flowers-bg.png +0 -0
- data/app/assets/images/nfg_ui/engagement_banners/hearts-bg.gif +0 -0
- data/app/assets/images/nfg_ui/engagement_banners/snow-bg.gif +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_custom.scss +1 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_jumbotron.scss +10 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_engagement_banners.scss +23 -0
- data/lib/nfg_ui/version.rb +1 -1
- metadata +10 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48270636ff7d5ce8d62ef332387b48ea8e9381777ca93902fce195310b937631
|
|
4
|
+
data.tar.gz: c44a50303fa2c97bc3e3e1920704d79fea297c9356e21a6540e5de3e7cf143cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 814187c072ace52b6e1fad0fdb0d103b7a904a47f25db2cee7b17df3f0b6750891a91c32965b33cc1e77bea152c0f2d9c3e502900c777182337bde33612881a2
|
|
7
|
+
data.tar.gz: fb11f5633dbb6ebec0374df57f3fe379727b0ecedc276bb64a04e2153181966263c80138324471cbb266b70d941b8cd3d1baf94c6c00cc67415166f3e742f384
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Cloud jumbotron
|
|
2
|
+
.jumbotron-clouds-white, .jumbotron-clouds-gray {
|
|
3
|
+
padding-bottom: 10%;
|
|
4
|
+
background-position: 50% 100%;
|
|
5
|
+
background-repeat: no-repeat;
|
|
6
|
+
background-size: 100% auto;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.jumbotron-clouds-gray { background-image: image-url("nfg_ui/clouds-gray-lg.png"); }
|
|
10
|
+
.jumbotron-clouds-white { background-image: image-url("nfg_ui/clouds-white-lg.png"); }
|
data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_engagement_banners.scss
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Holiday themed version for engagement banner
|
|
2
|
+
.snowflake-bg, .hearts-bg, .arrows-bg, .flowers-bg {
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: 0; right: 0; bottom: 0; left: 0;
|
|
5
|
+
width: 100%;
|
|
6
|
+
z-index: 0;
|
|
7
|
+
}
|
|
8
|
+
.snowflakes-bg {
|
|
9
|
+
background: transparent image-url('nfg_ui/engagement_banners/snow-bg.gif') 0 0 repeat;
|
|
10
|
+
opacity: 0.5;
|
|
11
|
+
}
|
|
12
|
+
.hearts-bg {
|
|
13
|
+
background: transparent image-url('nfg_ui/engagement_banners/hearts-bg.gif') 0 0 repeat;
|
|
14
|
+
opacity: 0.1;
|
|
15
|
+
}
|
|
16
|
+
.arrows-bg {
|
|
17
|
+
background: transparent image-url('nfg_ui/engagement_banners/arrows-bg.png') 50% 50% no-repeat;
|
|
18
|
+
background-size: cover;
|
|
19
|
+
}
|
|
20
|
+
.flowers-bg {
|
|
21
|
+
background: transparent image-url('nfg_ui/engagement_banners/flowers-bg.png') 0 0 repeat;
|
|
22
|
+
opacity: 0.1;
|
|
23
|
+
}
|
data/lib/nfg_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nfg_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Roehm
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-08
|
|
12
|
+
date: 2021-09-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bootstrap
|
|
@@ -372,6 +372,8 @@ files:
|
|
|
372
372
|
- app/assets/images/nfg_ui/app_icon/mstile-150x150.png
|
|
373
373
|
- app/assets/images/nfg_ui/app_icon/safari-pinned-tab.svg
|
|
374
374
|
- app/assets/images/nfg_ui/app_icon/site.webmanifest.erb
|
|
375
|
+
- app/assets/images/nfg_ui/clouds-gray-lg.png
|
|
376
|
+
- app/assets/images/nfg_ui/clouds-white-lg.png
|
|
375
377
|
- app/assets/images/nfg_ui/email/icons/fa-caret-right.png
|
|
376
378
|
- app/assets/images/nfg_ui/email/icons/fa-check-circle-o-success.png
|
|
377
379
|
- app/assets/images/nfg_ui/email/icons/fa-check-circle-success.png
|
|
@@ -380,6 +382,10 @@ files:
|
|
|
380
382
|
- app/assets/images/nfg_ui/email/icons/fa-twitter.png
|
|
381
383
|
- app/assets/images/nfg_ui/email/icons/fa-youtube.png
|
|
382
384
|
- app/assets/images/nfg_ui/email/nfg-logo.png
|
|
385
|
+
- app/assets/images/nfg_ui/engagement_banners/arrows-bg.png
|
|
386
|
+
- app/assets/images/nfg_ui/engagement_banners/flowers-bg.png
|
|
387
|
+
- app/assets/images/nfg_ui/engagement_banners/hearts-bg.gif
|
|
388
|
+
- app/assets/images/nfg_ui/engagement_banners/snow-bg.gif
|
|
383
389
|
- app/assets/javascripts/nfg_ui/application.coffee
|
|
384
390
|
- app/assets/javascripts/nfg_ui/collapsible_toggle.coffee
|
|
385
391
|
- app/assets/javascripts/nfg_ui/datepicker.coffee
|
|
@@ -416,6 +422,7 @@ files:
|
|
|
416
422
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_background.scss
|
|
417
423
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_custom.scss
|
|
418
424
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_grid.scss
|
|
425
|
+
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_jumbotron.scss
|
|
419
426
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_media.scss
|
|
420
427
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_modal.scss
|
|
421
428
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_nav.scss
|
|
@@ -431,6 +438,7 @@ files:
|
|
|
431
438
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_custom_questions_questionnaire.scss
|
|
432
439
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_custom_receipt_language.scss
|
|
433
440
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_email_preview.scss
|
|
441
|
+
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_engagement_banners.scss
|
|
434
442
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_free_trial.scss
|
|
435
443
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_gallery.scss
|
|
436
444
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_icomoon.scss
|