added messages list, new client form, logic for client Apps plus others
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user