nfg_ui 0.14.5 → 0.14.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4bb269c1712ed02fcc8063dac8eebb57e54bb3f146b4004734600a0a5d66570
4
- data.tar.gz: 9415238bb521eb17244238f0e26ef121bc4bd08032b446402bdf5eeddfdedb34
3
+ metadata.gz: ea4ecd2f5c73390715692bfda934607a628dfbc6af9cceb228e0659d915b6b2c
4
+ data.tar.gz: e6eeee108e4a41dc03f873f9f2853c47d383aaa5f8f863f354b2a215b7831634
5
5
  SHA512:
6
- metadata.gz: 784c9cdd392204b6383b729af9f206a9bbe1bf27f05b9f4cdce1f2adac279085edd2e2bf6103b096e3c01c6f8d9f1fc3c49a973252b070f9d5bd97439744ba30
7
- data.tar.gz: 861b6d63ce011a46e0d37f8ad10bdc5666eb4f3ee3c8b73f3dde74b184b324422b2b8fb3ea158dba61e6eb254c3fc204e97c465dec35060167ab2222fa7f6cef
6
+ metadata.gz: 74b05a944c3d7c32df6acea74118da685413591f9d148fe5d021d45a815e6ba51efca89cf7f917ae7864e43c8aee5793f2b5209de0299a18fe23d8d6f10975fe
7
+ data.tar.gz: 7cc6d53ac7ca68768f3816c3b14332e05bb6d8a5257b3fd0eda1c39cd54e0582bcb2448585ca0b013cc0c85942fdde7407aa61aab16dc31b55612ca12324725d
@@ -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'
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
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-06-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap