mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
11 lines
224 B
SCSS
11 lines
224 B
SCSS
@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;
|
|
}
|