Add critical CSS styles for layout and typography, enhance button styles with rounded corners, and introduce a progress card component with Safrangold accent border.
This commit is contained in:
@@ -89,9 +89,10 @@ withDefaults(defineProps<Props>(), {
|
||||
@apply rounded-2xl md:rounded-lg;
|
||||
}
|
||||
|
||||
/* Accent Border (Left) */
|
||||
/* Accent Border (Left) - Safrangold (#f59d24) */
|
||||
.card-accent-border {
|
||||
@apply border-l-4 border-accent;
|
||||
border-left: 6px solid #f59d24;
|
||||
@apply rounded-l-lg;
|
||||
}
|
||||
|
||||
/* Card Title */
|
||||
|
||||
Reference in New Issue
Block a user