nfg_ui 0.11.5 → 0.11.6

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: f6873ae0b61984e697a1b6ee78a84296be11729d47c97a1b537e6fd57b45c7fd
4
- data.tar.gz: 45feded1d9e2cd3313126dbe0b34975ae606edede1559bc04e21a45320ef734c
3
+ metadata.gz: 883076245a58dff9b76ebe58aedcaa4c3de5035ec0ec57484723773649033f5d
4
+ data.tar.gz: da56e50011b28390daae4cb00453f8118d9e80700905ffbf097f4bb21a54c3d9
5
5
  SHA512:
6
- metadata.gz: 6729574a1e6a4a86db7a68bc7124bf2041ff5e6f78826f8685df2746dcd126c86db446bd56eb384f3d20027db57582eff768eca0cbd1e90f8a15e15c0df79f42
7
- data.tar.gz: a7cdec8d0b423255b95080033361a5a4f7bdd8e4feaaf0f165d5f2d65b793caa7512c2e7aa5bfc00c1291c706ff066754943f2a2de7255d1534610a5657482c8
6
+ metadata.gz: 98ce00403b14b90fb9a8b3da96c67138e0180b8a2148efed18129f412c4623947375eed7253ab37ebbfdd69971d4fc610b9f7041719bd56fd210caaa4dbc1439
7
+ data.tar.gz: 9ac88321ffc44113b786c79a0d7a176f1bb669b23dfcb1a66cd6a428f9b21b73105302e4ad1804e9a95c9214715b97e516a449d7af8f92800633a221c2377f65
@@ -1,6 +1,6 @@
1
1
  @each $color, $value in $colors {
2
2
  .#{$color} {
3
- a:not(.dropdown-item) {
3
+ a:not(.btn) {
4
4
  color: $value;
5
5
  @include hover { color: darken($value, 15%); }
6
6
  }
@@ -84,7 +84,7 @@ $builder-preview-padding: ($spacer * 2);
84
84
  padding: $builder-preview-padding ($builder-preview-padding / 2);
85
85
  @include media-breakpoint-up(lg) {
86
86
  float: left;
87
- width: 67vw;
87
+ width: 67%;
88
88
  height: 100%;
89
89
  overflow-y: auto;
90
90
  > :last-child { margin-bottom: $builder-preview-padding; }
@@ -96,7 +96,7 @@ $builder-preview-padding: ($spacer * 2);
96
96
  @include media-breakpoint-down(md) { border-bottom: $border-width solid $border-color; }
97
97
  @include media-breakpoint-up(lg) {
98
98
  float: right;
99
- width: 33vw;
99
+ width: 33%;
100
100
  height: 100%;
101
101
  border-left: $border-width solid $border-color;
102
102
  overflow-y: auto;
@@ -13,6 +13,10 @@
13
13
  .card-footer { border-top: none; }
14
14
 
15
15
  // Card image
16
- .card-img-overlay { @include gradient-y(transparentize($black, 1), transparentize($black, .5)); }
16
+ .card-img-overlay {
17
+ top: auto; // makes the overlay gradient and container "stick" to bottom of parent container
18
+ min-height: ($spacer * 2);
19
+ @include gradient-y(transparentize($black, 1), transparentize($black, .5));
20
+ }
17
21
 
18
22
  .card-img { @include border-radius(0); }
@@ -9,6 +9,7 @@
9
9
  cursor: default;
10
10
  pointer-events: none;
11
11
  }
12
+ &:not(.text-danger) { color: inherit !important; }
12
13
  }
13
14
 
14
15
 
@@ -18,6 +18,10 @@ body {
18
18
 
19
19
  div { position: relative; } // setting this as a base to avoid improper absolute positioning elements
20
20
 
21
+ p {
22
+ &.disabled { opacity: .4; } // used on filter bars on list pages for bulk actions
23
+ }
24
+
21
25
  ol,
22
26
  ul,
23
27
  dl {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.11.5'
4
+ VERSION = '0.11.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.11.5
4
+ version: 0.11.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: 2020-10-29 00:00:00.000000000 Z
12
+ date: 2020-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap