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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4bb269c1712ed02fcc8063dac8eebb57e54bb3f146b4004734600a0a5d66570
4
- data.tar.gz: 9415238bb521eb17244238f0e26ef121bc4bd08032b446402bdf5eeddfdedb34
3
+ metadata.gz: a4b0fa038fe90e571d5526c00e115a382ddfe20f41ad247fc81438731b8c6405
4
+ data.tar.gz: 3dfedf5443141725e1687d3c7822e75ddba7cd0dd9b15fc72969702ea672e3cf
5
5
  SHA512:
6
- metadata.gz: 784c9cdd392204b6383b729af9f206a9bbe1bf27f05b9f4cdce1f2adac279085edd2e2bf6103b096e3c01c6f8d9f1fc3c49a973252b070f9d5bd97439744ba30
7
- data.tar.gz: 861b6d63ce011a46e0d37f8ad10bdc5666eb4f3ee3c8b73f3dde74b184b324422b2b8fb3ea158dba61e6eb254c3fc204e97c465dec35060167ab2222fa7f6cef
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);
@@ -7,7 +7,7 @@
7
7
  @include media-breakpoint-up(lg) {
8
8
  min-height: 500px;
9
9
  color: $white;
10
- text-shadow: $box-shadow-sm;
10
+ text-shadow: $box-shadow-xs;
11
11
  }
12
12
  }
13
13
  }
@@ -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.donorcreatedproject & {
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.donorcreatedproject & {
31
+ body.admin &, body.public_admin & {
32
32
  + .page-content { padding-top: $page-header-height-admin; }
33
33
  }
34
34
 
@@ -7,7 +7,7 @@
7
7
  @include media-breakpoint-up(lg) {
8
8
  min-height: 600px;
9
9
  color: $white;
10
- text-shadow: $box-shadow-sm;
10
+ text-shadow: $box-shadow-xs;
11
11
  }
12
12
  }
13
13
  .campaign-status {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.14.5'
4
+ VERSION = '0.14.6.2'
5
5
  end
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.5
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-06-21 00:00:00.000000000 Z
12
+ date: 2022-07-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap