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

19 lines
287 B
SCSS
Raw Normal View History

@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);
}