nfg_ui 0.10.13 → 0.10.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_alert.scss +6 -6
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/_variables.scss +13 -10
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/plugins/_intercom.scss +3 -5
- data/lib/nfg_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 326429d794dd048a39b07ca0c69cf32a04670cf6f85edad997fe4203a599a4ab
|
4
|
+
data.tar.gz: 30f6d39d690d0c1cd224200da593c9d42e442306711d48e3acdf1670cf6d8b88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
257
|
+
$embed-responsive-aspect-ratios: () !default;
|
258
258
|
// stylelint-disable-next-line scss/dollar-variable-default
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
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
|
-
|
3
|
-
|
4
|
-
|
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
|
}
|
data/lib/nfg_ui/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bootstrap
|