nfg_ui 0.10.13 → 0.10.14

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: c6e58889fb77e8519d6ee203354e6ca65656f0463c28c423cbc115e6c32b1980
4
- data.tar.gz: 702cc3f3d1678def2241bcc9c687e31dafa2b30a28fee6f89e5d7503b04478b7
3
+ metadata.gz: 326429d794dd048a39b07ca0c69cf32a04670cf6f85edad997fe4203a599a4ab
4
+ data.tar.gz: 30f6d39d690d0c1cd224200da593c9d42e442306711d48e3acdf1670cf6d8b88
5
5
  SHA512:
6
- metadata.gz: cb043579fa346c3cd229844a0ed8b95c83eea5786f4e7fa79ee0e6c98da1b7a69e2524d502065824a7388a7e617f019163c3cfc6ac0f67b89c247423889ca503
7
- data.tar.gz: 58fb08cb3b0f259621a3a96ae816482447b66332a30811be034c4e442f841ace1b777db2eec913eaa838323ed9fc125a1a8c34e90f1b0a6abc42c16cd23e61fb
6
+ metadata.gz: 939dbad1b0ee9a49f3534a57446446badfbfc6911308385fe91a8ca4c25c9323ccfb41efcb5579f3473f9878aff35a7b6bfd69a32efd929e02ea0aeab26042f1
7
+ data.tar.gz: c0406df48ae024663da660865e22ebd43a7fba19e10ff8b8b19f1176d028011d5a87d67134acdf262a3d06729e488e50503c1610851e2fe0a22d771548ca2e4c
@@ -1,18 +1,18 @@
1
1
  // Custom type color
2
2
  .alert {
3
3
  color: $body-color;
4
- a {
4
+ a:not(.btn) {
5
5
  text-decoration: underline;
6
6
  &:hover, &:active { text-decoration: none; }
7
7
  }
8
8
  }
9
- .alert-success a { color: $success; }
10
- .alert-info a { color: $info; }
11
- .alert-warning a { color: $warning; }
9
+ .alert-success a:not(.btn) { color: $success; }
10
+ .alert-info a:not(.btn) { color: $info; }
11
+ .alert-warning a:not(.btn) { color: $warning; }
12
12
  .alert-danger, .alert-error {
13
- a { color: $danger; }
13
+ a:not(.btn) { color: $danger; }
14
14
  }
15
15
  .alert-gray, .alert-notice,
16
16
  .alert-light, .alert-dark {
17
- a { color: inherit; }
17
+ a:not(.btn) { color: inherit; }
18
18
  }
@@ -254,17 +254,20 @@ $component-active-bg: $primary;
254
254
  // $transition-fade: opacity .15s linear !default;
255
255
  // $transition-collapse: height .35s ease !default;
256
256
 
257
- // $embed-responsive-aspect-ratios: () !default;
257
+ $embed-responsive-aspect-ratios: () !default;
258
258
  // stylelint-disable-next-line scss/dollar-variable-default
259
- // $embed-responsive-aspect-ratios: join(
260
- // (
261
- // (21 9),
262
- // (16 9),
263
- // (3 4),
264
- // (1 1),
265
- // ),
266
- // $embed-responsive-aspect-ratios
267
- // );
259
+ $embed-responsive-aspect-ratios: join(
260
+ (
261
+ (21 9),
262
+ (16 9),
263
+ (9 16),
264
+ (4 3),
265
+ (3 4),
266
+ (1 1),
267
+ ),
268
+ $embed-responsive-aspect-ratios
269
+ );
270
+
268
271
 
269
272
  // Fonts
270
273
  //
@@ -1,7 +1,5 @@
1
1
  // INTERCOM -- custom styles for https://www.intercom.io/ integration
2
- .intercom-lightweight-app {
3
- @include media-breakpoint-down(sm) { display: none !important; } // hides on small devices
4
- .intercom-lightweight-app-launcher {
5
- @include media-breakpoint-down(md) { bottom: ($spacer * 3.5) !important; } // adjusts location on medium devices
6
- }
2
+
3
+ .intercom-lightweight-app-launcher, .intercom-launcher-frame { // second selector is class added to intercom icon after full screen closes on mobile
4
+ @include media-breakpoint-down(md) { bottom: ($spacer * 3.5) !important; } // adjusts location on medium devices and smaller
7
5
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.10.13'
4
+ VERSION = '0.10.14'
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.10.13
4
+ version: 0.10.14
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-05-29 00:00:00.000000000 Z
12
+ date: 2020-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap