feat: add stats block widget management and update block_3_button component content
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user