Merge branch 'features/improve-accompanying-course-summary' into 'master'

Improve accompanying course summary page

See merge request Chill-Projet/chill-bundles!102
This commit is contained in:
2021-06-29 19:16:18 +00:00
7 changed files with 252 additions and 203 deletions

View File

@@ -1,3 +1,4 @@
require('./sass/chillperson.scss');
require('./sass/person_with_period.scss');
require('./sass/household_banner.scss');
require('./sass/accompanying_period_work.scss');

View File

@@ -46,6 +46,15 @@
}
}
&.short {
.item {
padding-bottom: 0;
ul.record_actions {
margin-bottom: 0;
}
}
}
.updatedBy {
margin-top: 1rem;
text-align: right;
@@ -94,3 +103,4 @@ ul.timeline {
}
}
}

View File

@@ -0,0 +1,6 @@
.chill-entity__social-action {
.badge-primary {
background-color: var(--chill-green);
}
}