add new webpack vue entrypoint for activity

+ rename existing activity.scss
+ rename webpack vue accompanyingCourse entrypoint
This commit is contained in:
2021-05-27 13:29:01 +02:00
parent 52ee8c5a9a
commit 968e6914b2
7 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
@import '~ChillMainSass/custom/config/colors';
@import '~ChillMainSass/custom/mixins/entity';
.chill-entity.chill-entity__activity-reason {
@include entity($chill-pink, white);
}
.activity {
color: $chill-green;
}