Skip to content

Commit c968e70

Browse files
committed
updated build
1 parent b15cfd5 commit c968e70

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

dist/style.css

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
--header-text-align: left;
1010
--header-bg: #414141; }
1111

12-
.nj-picker .nj-ampm-container {
13-
padding: 0 0.5em 0.5em 0.5em; }
14-
.nj-picker .nj-ampm-container .nj-ampm-wrapper {
15-
display: grid;
16-
grid-template-columns: repeat(6, 1fr);
17-
grid-gap: 0.5em; }
18-
1912
.nj-overlay {
2013
position: fixed;
2114
width: 100%;
@@ -27,6 +20,31 @@
2720
background-color: rgba(0, 0, 0, 0.5);
2821
z-index: 2; }
2922

23+
.nj-picker .nj-ampm-container {
24+
padding: 0 0.5em 0.5em 0.5em; }
25+
.nj-picker .nj-ampm-container .nj-ampm-wrapper {
26+
display: grid;
27+
grid-template-columns: repeat(6, 1fr);
28+
grid-gap: 0.5em; }
29+
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+
3048
.nj-picker {
3149
height: 100%;
3250
width: 100%;
@@ -69,24 +87,6 @@
6987
.nj-picker-show {
7088
display: flex !important; }
7189

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-
9090
.nj-picker .nj-header-container {
9191
padding: 0.8em;
9292
background: var(--header-bg);

dist/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)