|
19 | 19 | * |
20 | 20 | * ENGRID PAGE TEMPLATE ASSETS |
21 | 21 | * |
22 | | - * Date: Thursday, June 4, 2026 @ 16:32:49 ET |
| 22 | + * Date: Wednesday, June 24, 2026 @ 10:16:48 ET |
23 | 23 | * By: nick |
24 | | - * ENGrid styles: v0.25.6 |
25 | | - * ENGrid scripts: v0.25.6 |
| 24 | + * ENGrid styles: v0.25.8 |
| 25 | + * ENGrid scripts: v0.25.8 |
26 | 26 | * |
27 | 27 | * Created by 4Site Studios |
28 | 28 | * Come work with us or join our team, we would love to hear from you |
@@ -5099,6 +5099,11 @@ div[id^=nb-field-].nb-success input{ |
5099 | 5099 | padding:0; |
5100 | 5100 | width:var(--radio_width); |
5101 | 5101 | } |
| 5102 | +[data-engrid-theme] .en__pg__select:has(input:focus){ |
| 5103 | + border-radius:30px; |
| 5104 | + outline:3px solid var(--focus_outline_color, #086ce7); |
| 5105 | + outline-offset:var(--focus_outline_offset, 2px); |
| 5106 | +} |
5102 | 5107 | [data-engrid-theme] .en__pg__display{ |
5103 | 5108 | grid-area:en__pg__display; |
5104 | 5109 | padding:0; |
@@ -5417,6 +5422,10 @@ body:not(#en__pagebuilder):not([data-engrid-debug]) [class*=showifamount].animat |
5417 | 5422 | [data-engrid-theme][data-engrid-page-type=supporterhub] .en__hubPledge__validationFail .en__field__element{ |
5418 | 5423 | border:none; |
5419 | 5424 | } |
| 5425 | +[data-engrid-theme][data-engrid-page-type=supporterhub] .en__component--hubgadget:focus{ |
| 5426 | + outline:3px solid var(--focus_outline_color, #086ce7); |
| 5427 | + outline-offset:var(--focus_outline_offset, 2px); |
| 5428 | +} |
5420 | 5429 | @media screen and (max-width:768px){ |
5421 | 5430 | [data-engrid-theme] .en__hubPledge__buttons{ |
5422 | 5431 | flex-direction:column; |
|
0 commit comments