complete story 10.2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
])
|
||||
|
||||
@php
|
||||
$classes = 'bg-cream rounded-lg p-6';
|
||||
$classes = 'bg-off-white rounded-lg p-6';
|
||||
|
||||
// Variant-based shadow (default uses custom shadow from specs: 0 2px 8px rgba(0,0,0,0.1))
|
||||
$classes .= match($variant) {
|
||||
@@ -18,9 +18,9 @@
|
||||
$classes .= ' hover:shadow-card-hover hover:-translate-y-0.5 transition-all duration-200 cursor-pointer';
|
||||
}
|
||||
|
||||
// Gold highlight border (uses border-s for RTL support)
|
||||
// Warm gray highlight border (uses border-s for RTL support)
|
||||
if ($highlight) {
|
||||
$classes .= ' border-s-4 border-gold';
|
||||
$classes .= ' border-s-4 border-warm-gray';
|
||||
}
|
||||
@endphp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user