houdini/app/assets/stylesheets/common/fundraisers.css.scss

21 lines
435 B
SCSS
Raw Normal View History

2020-06-12 20:03:43 +00:00
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */
@import 'mixins';
.fundraiser--active {
background-color: rgba($manila, 0.5);
}
.fundraiser--past {
background-color: rgba($sage, 0.5);
}
.fundraiser--unpublished {
background-color: rgba($baby-blue, 0.5);
}
.fundraiser--deleted {
background-color: rgba(255, 164, 164, 0.1);
}