complete story 9.6 with qa tests
This commit is contained in:
@@ -408,3 +408,21 @@ button.btn-danger:disabled {
|
||||
[dir="rtl"] .select-field {
|
||||
@apply text-right;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Card & Container Styling System (Story 9.6)
|
||||
========================================================================== */
|
||||
|
||||
/* Container max-width - 1200px centered */
|
||||
.container-max {
|
||||
@apply max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8;
|
||||
}
|
||||
|
||||
/* Card shadow values */
|
||||
.shadow-card {
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.shadow-card-hover {
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user