Ajout informations manquantes dans la page "summary" des

AccompanyingCourse
This commit is contained in:
2021-06-29 16:57:28 +02:00
parent 6154e0912b
commit 55dc0d3f9f
6 changed files with 124 additions and 77 deletions

View File

@@ -1,3 +1,4 @@
require('./sass/person.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);
}
}