added messages list, new client form, logic for client Apps plus others

This commit is contained in:
Kwesi Banson Jnr
2026-03-22 22:29:28 +00:00
parent c68c007945
commit 4ab0fda326
858 changed files with 242393 additions and 337 deletions

View File

@@ -190,6 +190,21 @@ a {
color: #fff;
box-shadow: 0 16px 30px rgba(0, 123, 181, 0.22);
}
.btn-clicksuccess {
min-height: 3.25rem;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
padding: 0.9rem 1.5rem;
font-weight: 700;
line-height: 1;
letter-spacing: 0.01em;
border: none;
background: linear-gradient(135deg, var(--click-success), var(--click-success));
color: #fff;
box-shadow: 0 16px 30px rgba(0, 123, 181, 0.22);
}
.btn-click:hover,
.btn-click:focus {