add: private load actions & delete contact
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user