1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/styles/components/work-in-progress.css

11 lines
No EOL
239 B
CSS

.work-in-progress {
color: var(--warning);
/* TODO: Make this based on --warning. */
background-color: rgba(255, 255, 0, 0.1);
border-bottom-width: 1px;
box-shadow: 1px 1px 2px var(--warning);
padding: 4px 8px;
}