agentic-os/curio/staff.css

44 lines
807 B
CSS

.payroll-card {
background: linear-gradient(135deg, var(--accent), var(--accent-hover));
color: white;
border: none;
}
.payroll-card h3 {
margin-bottom: 1rem;
color: white !important;
}
.payroll-card p {
font-size: 0.875rem;
opacity: 0.9;
margin-bottom: 1.5rem;
}
.incentive-item {
background: rgba(255, 255, 255, 0.15);
padding: 1.25rem;
border-radius: var(--radius-md);
backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.incentive-item span {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.05em;
opacity: 0.8;
}
.incentive-item h4 {
font-size: 1.75rem;
margin: 0.25rem 0;
color: white;
}
.incentive-item small {
display: block;
margin-top: 0.25rem;
opacity: 0.7;
}