|
9 | 9 | --header-text-align: left; |
10 | 10 | --header-bg: #414141; } |
11 | 11 |
|
12 | | -.nj-overlay { |
13 | | - position: fixed; |
14 | | - width: 100%; |
15 | | - height: 100%; |
16 | | - top: 0; |
17 | | - left: 0; |
18 | | - right: 0; |
19 | | - bottom: 0; |
20 | | - background-color: rgba(0, 0, 0, 0.5); |
21 | | - z-index: 2; } |
22 | | - |
23 | 12 | .nj-picker .nj-ampm-container { |
24 | 13 | padding: 0 0.5em 0.5em 0.5em; } |
25 | 14 | .nj-picker .nj-ampm-container .nj-ampm-wrapper { |
26 | 15 | display: grid; |
27 | 16 | grid-template-columns: repeat(6, 1fr); |
28 | 17 | grid-gap: 0.5em; } |
29 | 18 |
|
30 | | -.nj-picker .nj-action-container { |
31 | | - display: grid; |
32 | | - grid-template-columns: repeat(3, 1fr); } |
33 | | - .nj-picker .nj-action-container .nj-action-button { |
34 | | - padding: 0.8em; |
35 | | - text-align: center; |
36 | | - color: #fff; |
37 | | - cursor: pointer; } |
38 | | - .nj-picker .nj-action-container .nj-action-save { |
39 | | - background: var(--save-button-bg); |
40 | | - color: var(--save-button-fc); } |
41 | | - .nj-picker .nj-action-container .nj-action-clear { |
42 | | - background: var(--clear-button-bg); |
43 | | - color: var(--clear-button-fc); } |
44 | | - .nj-picker .nj-action-container .nj-action-close { |
45 | | - background: var(--close-button-bg); |
46 | | - color: var(--close-button-fc); } |
47 | | - |
48 | 19 | .nj-picker { |
49 | 20 | height: 100%; |
50 | 21 | width: 100%; |
|
87 | 58 | .nj-picker-show { |
88 | 59 | display: flex !important; } |
89 | 60 |
|
| 61 | +.nj-overlay { |
| 62 | + position: fixed; |
| 63 | + width: 100%; |
| 64 | + height: 100%; |
| 65 | + top: 0; |
| 66 | + left: 0; |
| 67 | + right: 0; |
| 68 | + bottom: 0; |
| 69 | + background-color: rgba(0, 0, 0, 0.5); |
| 70 | + z-index: 2; } |
| 71 | + |
| 72 | +.nj-picker .nj-action-container { |
| 73 | + display: grid; |
| 74 | + grid-template-columns: repeat(3, 1fr); } |
| 75 | + .nj-picker .nj-action-container .nj-action-button { |
| 76 | + padding: 0.8em; |
| 77 | + text-align: center; |
| 78 | + color: #fff; |
| 79 | + cursor: pointer; } |
| 80 | + .nj-picker .nj-action-container .nj-action-save { |
| 81 | + background: var(--save-button-bg); |
| 82 | + color: var(--save-button-fc); } |
| 83 | + .nj-picker .nj-action-container .nj-action-clear { |
| 84 | + background: var(--clear-button-bg); |
| 85 | + color: var(--clear-button-fc); } |
| 86 | + .nj-picker .nj-action-container .nj-action-close { |
| 87 | + background: var(--close-button-bg); |
| 88 | + color: var(--close-button-fc); } |
| 89 | + |
90 | 90 | .nj-picker .nj-header-container { |
91 | 91 | padding: 0.8em; |
92 | 92 | background: var(--header-bg); |
|
0 commit comments