cashflow-wizard-pro / style.css
EraDigital's picture
fixou uma bosta
cd27ba5 verified
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #f3f4f6;
color: #111827;
}
.container {
max-width: 1200px;
}
.bg-primary-50 {
background-color: #eef2ff;
}
.bg-red-50 {
background-color: #fef2f2;
}
.bg-green-50 {
background-color: #ecfdf5;
}
.bg-purple-50 {
background-color: #f5f3ff;
}
.rounded-xl {
border-radius: 0.75rem;
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.transition {
transition: all 0.2s ease;
}
.hover\:bg-gray-50:hover {
background-color: #f9fafb;
}