feat: add stats block widget management and update block_3_button component content

This commit is contained in:
2026-07-11 21:33:27 +07:00
parent 3e5432ba65
commit 324f3a505b
19 changed files with 410 additions and 139 deletions
@@ -14,6 +14,7 @@
--color-success: #28a745;
--color-warning: #ffc107;
--color-danger: #dc3545;
--color-old-brick: #881C1C;
/* Neutrals */
--color-background: #ffffff;
@@ -57,4 +58,12 @@
/* Allows clicks to pass through to the video controls */
z-index: 1;
/* Ensures it sits above the video */
}
/* Custom Color Utilities */
.text-old-brick {
color: var(--color-old-brick) !important;
}
.bg-old-brick {
background-color: var(--color-old-brick) !important;
}