Client - display section title for records and timeline

This commit is contained in:
Sam
2021-09-22 10:56:40 +02:00
parent 45438f547e
commit bcc17924ac
5 changed files with 33 additions and 18 deletions

View File

@ -93,4 +93,11 @@ button {
.fa-trophy {
color: var(--workout-trophy-color)
}
.section-title {
font-weight: bold;
padding-top: $default-padding * 1.5;
padding-left: $default-padding;
text-transform: capitalize;
}