dynamic colours in website settings

This commit is contained in:
2025-05-26 08:52:04 +02:00
parent 3fe3037aed
commit 026b899db3
19 changed files with 617 additions and 119 deletions

View File

@@ -39,9 +39,9 @@
height: 32px;
border-radius: 5px;
padding: 0 18px;
background-color: rgba(22,118,123,0.08);
color: #16767b;
border: 1px solid #16767b22;
background-color: var(--primary-opacity-8);
color: var(--primary-color);
border: 1px solid var(--primary-opacity-15);
}
.btn-save-member {