nfg_ui 0.12.11 → 0.12.12
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/_custom.scss +1 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_status_indicator.scss +2 -2
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_task.scss +20 -0
- data/lib/nfg_ui/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4498adb366b0640bf169212acf8b00bb04ef18758d635fe7daf2f39b09b8fc6
|
4
|
+
data.tar.gz: 16547d15f0b5bafcfa47e1b2be5c8e0c814a86002e2edf30675ac6475e9f155b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '06628b9cfe64620e26a6b77d2cd0b8ac8c4a0de5ae04cf8ebfda5bb2280672c7c776d9e5fa8ada61f44ca2324fda40abea99a7354ad1d21873906d0cc62c764b'
|
7
|
+
data.tar.gz: 6220377e98ed40850fe7591ad2669154b7ab8fe7f4e187578cd8fad850d5f07cb3e4b0e27dac06bc8d3762bbdea9f2b444c2ca0e75bd5617e866544b0ce9cf05
|
@@ -0,0 +1,20 @@
|
|
1
|
+
// Styles related to the task page in DM
|
2
|
+
|
3
|
+
.task {
|
4
|
+
&.selected {
|
5
|
+
border-color: $input-focus-border-color;
|
6
|
+
box-shadow: 0 0 0 ($spacer * .125) transparentize($primary, 0.8);
|
7
|
+
}
|
8
|
+
&.task-completed {
|
9
|
+
background-color: $body-bg;
|
10
|
+
.media-body {
|
11
|
+
color: $text-muted;
|
12
|
+
[class*='text-'] { color: $text-muted !important; }
|
13
|
+
}
|
14
|
+
.badge {
|
15
|
+
color: $text-muted;
|
16
|
+
background-color: $input-disabled-bg;
|
17
|
+
border-color: $border-color;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
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.12.
|
4
|
+
version: 0.12.12
|
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: 2021-08-
|
12
|
+
date: 2021-08-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bootstrap
|
@@ -443,6 +443,7 @@ files:
|
|
443
443
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_sortable.scss
|
444
444
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_status_indicator.scss
|
445
445
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_sys_only_functionality.scss
|
446
|
+
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_task.scss
|
446
447
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_tile.scss
|
447
448
|
- app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_video_countdown.scss
|
448
449
|
- app/assets/stylesheets/nfg_ui/network_for_good/core/_variables.scss
|