In vertical tables, invert the bold styling

the label is now in bold, and the value in a
normal weight:
- it is more usual
- it allows the value to contain bold styling
This commit is contained in:
gregoirenovel 2017-10-16 10:35:35 +02:00
parent c1cfe594f1
commit 8ec4ffde27

View file

@ -36,17 +36,11 @@
th {
@include vertical-padding($default-spacer);
font-weight: normal;
&.header-section {
color: $blue;
font-weight: bold;
font-size: 20px;
}
}
td {
font-weight: bold;
}
}
}