diff --git a/index.html b/index.html index 1eddc53..8843182 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,10 @@ .biz-field textarea:focus{border-color:var(--brass);background:rgba(255,255,255,.08)} .biz-field textarea::placeholder{color:rgba(255,255,255,.3)} .biz-form .btn-lg{margin-top:.5rem;width:100%} + .biz-checkbox-group{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem} + .biz-checkbox{display:flex;align-items:center;gap:.6rem;font-family:Inter,sans-serif;font-size:.85rem;color:rgba(255,255,255,.75);cursor:pointer;user-select:none;transition:color .2s} + .biz-checkbox:hover{color:#fff} + .biz-checkbox input[type="checkbox"]{width:1.05rem;height:1.05rem;accent-color:var(--brass);cursor:pointer;flex-shrink:0} .biz-success{margin-top:1.5rem}.biz-success i{font-size:2.5rem;color:var(--success);margin-bottom:.75rem} .biz-success h3{color:#fff;margin-bottom:.5rem}.biz-success p{color:rgba(255,255,255,.65);font-size:.95rem;max-width:480px;margin:0 auto 1.25rem;line-height:1.7} @@ -404,6 +408,11 @@ +
+ + + +