add: private load actions & delete contact

This commit is contained in:
Alexandro Uc
2026-03-31 21:04:09 -06:00
parent 9e6e0948d4
commit 974c34ad1c
6 changed files with 54 additions and 13 deletions

View File

@@ -3,6 +3,11 @@ body {
padding: 0px;
}
/*Colors*/
.primary-color-eta {
color: #FBBA33;
}
.flex-d-column {
display: flex;
flex-direction: column;
@@ -39,6 +44,18 @@ body {
.font-bold {
font-weight: bold;
}
.fsize-1 {
font-size: 1rem;
}
.fsize-1-5 {
font-size: 1.5rem;
}
.fsize-2 {
font-size: 2rem;
}
/* *********** */
.divider {
@@ -130,6 +147,12 @@ body {
color: #FBBA33;
}
.text-tertiary {
font-size: 1rem !important;
font-weight: 500 !important;
color: rgb(181, 168, 168) !important;
}
.card-info,
.card-fixed {
width: 100%;