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

20
public/libs/select2/docs/_sass/_buttons.scss vendored Executable file
View File

@@ -0,0 +1,20 @@
// Buttons
.btn-outline-inverse {
color: #428BCA;
background-color: transparent;
border-color: #428BCA;
padding: 15px 30px;
font-size: 20px;
transition: all .1s ease-in-out;
&:hover {
color: #fff;
border-color: #428BCA;
background-color: #428BCA;
}
}
.btn-toolbar {
margin-bottom: 20px;
}