nfg_ui 0.14.5 → 0.14.6.2
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/nfg_ui/network_for_good/core/_variables.scss +1 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_fundraiser.scss +1 -1
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss +2 -2
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_peer_to_peer.scss +1 -1
- data/lib/nfg_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4b0fa038fe90e571d5526c00e115a382ddfe20f41ad247fc81438731b8c6405
|
|
4
|
+
data.tar.gz: 3dfedf5443141725e1687d3c7822e75ddba7cd0dd9b15fc72969702ea672e3cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c741cc0f641034e9ae60227b1f9843d490b4aaafab69aa816a6111902e3d78c406aa1d247dc3c512682b42dccf6c826d12fc87e29d8d904d895575f7574076be
|
|
7
|
+
data.tar.gz: 7f76da731fa39a84e4a970f1513683956b471328ee4399ee9afd38f896894f35a15997f8b7edab500dd1e37f9f722abf2631663db4ee4ce8314769c4095daf57
|
|
@@ -256,6 +256,7 @@ $border-radius-sm: .2rem;
|
|
|
256
256
|
|
|
257
257
|
// $rounded-pill: 50rem !default;
|
|
258
258
|
|
|
259
|
+
$box-shadow-xs: 0 1px 6px transparentize($gray-900, 0.3);
|
|
259
260
|
$box-shadow-sm: 0 4px 18px transparentize($gray-900, 0.8);
|
|
260
261
|
$box-shadow: 0 8px 24px 3px transparentize($gray-900, 0.8);
|
|
261
262
|
$box-shadow-lg: 0 12px 30px 8px transparentize($gray-900, 0.75);
|
data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss
CHANGED
|
@@ -17,7 +17,7 @@ $page-header-height-public: (($spacer * 6.75) + 1); // 21.7rem (adds 1px for wid
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
// this renders as body.admin .page-header specifying when the view there is an admin logged in or on a donorcreatedproject (includes top admin black bar)
|
|
20
|
-
body.admin &, body.
|
|
20
|
+
body.admin &, body.public_admin & {
|
|
21
21
|
@include media-breakpoint-up(lg) { min-height: $page-header-height-admin; }
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -28,7 +28,7 @@ $page-header-height-public: (($spacer * 6.75) + 1); // 21.7rem (adds 1px for wid
|
|
|
28
28
|
+ .page-content { padding-top: $page-header-height; }
|
|
29
29
|
|
|
30
30
|
// this renders as body.admin .page-header + .page-content specifying when the view there is an admin logged in or on a donorcreatedproject (includes top admin black bar)
|
|
31
|
-
body.admin &, body.
|
|
31
|
+
body.admin &, body.public_admin & {
|
|
32
32
|
+ .page-content { padding-top: $page-header-height-admin; }
|
|
33
33
|
}
|
|
34
34
|
|
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.14.
|
|
4
|
+
version: 0.14.6.2
|
|
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: 2022-
|
|
12
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bootstrap
|