Skip to content

Commit 2b670e4

Browse files
committed
Rebuild - OK button updates
1 parent 56b300f commit 2b670e4

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

dist/engrid.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* ENGRID PAGE TEMPLATE ASSETS
2121
*
22-
* Date: Monday, May 18, 2026 @ 10:12:36 ET
22+
* Date: Tuesday, May 19, 2026 @ 17:04:47 ET
2323
* By: nick
2424
* ENGrid styles: v0.25.0
2525
* ENGrid scripts: v0.25.1
@@ -4306,6 +4306,17 @@ button.en__eventOccurrence__select>label{
43064306
background:var(--engrid__page_background-color);
43074307
padding:10px 20px;
43084308
}
4309+
.en__overlay--waitlist .en__overlay__content .en__button--confirm{
4310+
--button_background-color:var(--submit__button_background-color);
4311+
--button_border-color:var(--submit__button_border-color);
4312+
--button_color:var(--submit__button_color);
4313+
--button_background-color_hover:var(--submit__button_background-color_hover);
4314+
--button_border-color_hover:var(--submit__button_border-color_hover);
4315+
--button_color_hover:var(--submit__button_color_hover);
4316+
justify-self:center;
4317+
min-width:100px;
4318+
padding:var(--button_padding);
4319+
}
43094320
.en__overlay--waitlist .en__waitlistCopy{
43104321
font-size:var(--h2_font-size);
43114322
font-weight:var(--h2_font-weight);

dist/engrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* ENGRID PAGE TEMPLATE ASSETS
1919
*
20-
* Date: Monday, May 18, 2026 @ 10:12:36 ET
20+
* Date: Tuesday, May 19, 2026 @ 17:04:47 ET
2121
* By: nick
2222
* ENGrid styles: v0.25.0
2323
* ENGrid scripts: v0.25.1

dist/engrid.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engrid.min.js

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)