nfg_ui 0.14.3 → 0.14.4

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: d7106d50e1e5e017862d17e2310177ea375a6e69186999e0b4778d38ecb6bf13
4
- data.tar.gz: a56ebea57ca97764f9dee1384c44a013dffb32f75b02f215a8fb0768cbe7cef7
3
+ metadata.gz: ff14db403eefb23596235a10b8352822295235f0bb89adffcec050f52e614a9e
4
+ data.tar.gz: 914ce4609e07d7790115bb87f7b2e160ecce386c1bf8d6904fd9bb514eaf0191
5
5
  SHA512:
6
- metadata.gz: 054dbd7ec4a2204201ba8b0cfbbaa2ef2cad0419e5faa099021236f0a820097c30446e63d4e412c516cafdffe5609ec1c5a23d3f28095d00f1194773a7a0e482
7
- data.tar.gz: 3ddb179fdab414b576cffe48e125632fd2b1fbf70e2290eb56b6b974653c04b09e4e57ae615efd4ab633fc1c195c1bb58c7e92e739c93ba5357d822559636371
6
+ metadata.gz: f2a2a07ec708635d4852767ff5af85bdd8b744842a826721ec59eda2df9922c11a96c611fcb850fd8ffc9b24f6ca12418af238d5656160bb86de23ab9307fa00
7
+ data.tar.gz: 32efe15784c379582a05ad5687b801572784478a2041152a6e8b22db10f67326e93577af3b856b7e9bbed28779b1ebf0df1385f481f6f1d71b382a47b945f4cd
@@ -1064,7 +1064,7 @@ $breadcrumb-margin-bottom: $spacer;
1064
1064
 
1065
1065
  $breadcrumb-bg: transparent;
1066
1066
  $breadcrumb-divider-color: $border-color;
1067
- $breadcrumb-active-color: $text-muted;
1067
+ $breadcrumb-active-color: $body-color;
1068
1068
  // $breadcrumb-divider: quote("/") !default;
1069
1069
 
1070
1070
  // $breadcrumb-border-radius: $border-radius !default;
@@ -0,0 +1,21 @@
1
+ .breadcrumb-item {
2
+ color: $text-muted;
3
+ a {
4
+ color: $text-muted;
5
+ @include hover-focus() { text-decoration: underline; }
6
+ }
7
+ }
8
+
9
+
10
+ // Used on FP onboarders where there are two levels of navigation for steps
11
+ .breadcrumb {
12
+ &.nav-secondary {
13
+ .breadcrumb-item {
14
+ a { color: $primary; }
15
+ &.active { color: $body-color; }
16
+ + .breadcrumb-item {
17
+ &::before { content: '>'; }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -16,8 +16,8 @@ $page-header-height-public: (($spacer * 6.75) + 1); // 21.7rem (adds 1px for wid
16
16
  min-height: $page-header-height;
17
17
  }
18
18
 
19
- // this renders as body.admin .page-header specifying when the view there is an admin logged in (includes top admin black bar)
20
- body.admin & {
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 & {
21
21
  @include media-breakpoint-up(lg) { min-height: $page-header-height-admin; }
22
22
  }
23
23
  }
@@ -27,8 +27,10 @@ $page-header-height-public: (($spacer * 6.75) + 1); // 21.7rem (adds 1px for wid
27
27
  @include media-breakpoint-up(lg) {
28
28
  + .page-content { padding-top: $page-header-height; }
29
29
 
30
- // this renders as body.admin .page-header + .page-content specifying when the view there is an admin logged in (includes top admin black bar)
31
- body.admin & + .page-content { padding-top: $page-header-height-admin; }
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 & {
32
+ + .page-content { padding-top: $page-header-height-admin; }
33
+ }
32
34
 
33
35
  // this renders as body.nfg_ui_onboarder .page-header + .page-content specifying when the view is in a public onboarding status i.e. fundraiser onboarder in Fundraising Pages
34
36
  body.nfg_ui_onboarder & + .page-content { padding-top: $page-header-height-public; }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.14.3'
4
+ VERSION = '0.14.4'
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.3
4
+ version: 0.14.4
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-05-23 00:00:00.000000000 Z
12
+ date: 2022-06-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap
@@ -508,6 +508,7 @@ files:
508
508
  - app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/plugins/_sticky_div.scss
509
509
  - app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss
510
510
  - app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss
511
+ - app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_breadcrumb.scss
511
512
  - app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss
512
513
  - app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
513
514
  - app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_card.scss