nfg_ui 0.12.11 → 0.12.12

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: d1b470649dc13da4589ebf542a26a8945906254c9b26362125b93bf1cd146a36
4
- data.tar.gz: b8578d38c9ebc6299e112f87909d3764a0990373276904e8cc39c5cf14675686
3
+ metadata.gz: b4498adb366b0640bf169212acf8b00bb04ef18758d635fe7daf2f39b09b8fc6
4
+ data.tar.gz: 16547d15f0b5bafcfa47e1b2be5c8e0c814a86002e2edf30675ac6475e9f155b
5
5
  SHA512:
6
- metadata.gz: 5dbcc04fa8b4c8275faeb61791d975788b1e1757d9990afe01ff1194d78ba6b7bbc2b43bda281ae862445f309784c01e4913313013a02816ba06f034e4dff394
7
- data.tar.gz: 9843c75e01cb86f33759295241a20d701f826301ba89da3672944c3f1de0a0cd1826053ccc2678ffe6a661a2dc05e3b3f7d85fa2bbd206d1fa594f62c238f86f
6
+ metadata.gz: '06628b9cfe64620e26a6b77d2cd0b8ac8c4a0de5ae04cf8ebfda5bb2280672c7c776d9e5fa8ada61f44ca2324fda40abea99a7354ad1d21873906d0cc62c764b'
7
+ data.tar.gz: 6220377e98ed40850fe7591ad2669154b7ab8fe7f4e187578cd8fad850d5f07cb3e4b0e27dac06bc8d3762bbdea9f2b444c2ca0e75bd5617e866544b0ce9cf05
@@ -20,5 +20,6 @@
20
20
  @import 'custom/sortable';
21
21
  @import 'custom/status_indicator';
22
22
  @import 'custom/sys_only_functionality';
23
+ @import 'custom/task';
23
24
  @import 'custom/tile';
24
25
  @import 'custom/video_countdown';
@@ -2,8 +2,8 @@
2
2
  .status-indicator {
3
3
  position: absolute;
4
4
  top: -($spacer * .5);
5
- right: -($spacer * .5);
5
+ left: -($spacer * .5);
6
6
  display: block;
7
7
  z-index: 100;
8
8
  font-size: $font-size-base;
9
- }
9
+ }
@@ -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
+ }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.12.11'
4
+ VERSION = '0.12.12'
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.12.11
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-16 00:00:00.000000000 Z
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