retrospring/app/assets/stylesheets/components/_themes.scss
2023-01-03 14:14:23 +01:00

15 lines
246 B
SCSS

.theme-success {
--background: #f4fcf6;
--primary: var(--success);
}
.theme-warning {
--background: #fcfaf4;
--primary: var(--warning);
--primary-text: 0, 0, 0;
}
.theme-danger {
--background: #fceff1;
--primary: var(--danger);
}