diff --git a/index.html b/index.html index 42fd7bc..ee8a074 100644 --- a/index.html +++ b/index.html @@ -192,6 +192,29 @@ margin-top: 12px; } .btn-outline:hover { background: var(--black); color: var(--white); } + .btn-secondary { + width: 100%; + padding: 10px; + background: var(--gray1); + border: 1px solid var(--gray2); + border-radius: 8px; + font-size: .9rem; + font-weight: 600; + cursor: pointer; + margin-top: 12px; + } + .btn-secondary:hover { background: #e5e7eb; } + + .hidden { display: none; } + .success-msg { + padding: 12px; + background: #d1fae5; + border: 1px solid #34d399; + border-radius: 8px; + color: #065f46; + margin-bottom: 16px; + text-align: center; + } /* Footer */ .footer { @@ -286,22 +309,64 @@