Initial Commit

This commit is contained in:
2023-07-10 10:17:17 +07:00
commit 48d1d02925
81 changed files with 24380 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.badge {
margin-top: 4px;
background-color: #22c34b;
}
.badge.info {
background-color: #22c34b !important;
}
.multiselect__tag {
background: #22c34b !important;
}
.custom-block.tip {
border-color: #22c34b;
background-color: #f0f7f2;
}
+1
View File
@@ -0,0 +1 @@
$accentColor = #22c34b;