Retrospring/app/javascript/styles/components/_themes.scss

16 lines
246 B
SCSS
Raw Normal View History

.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);
2022-04-09 18:34:14 -07:00
}