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:
parent
c1cfe594f1
commit
8ec4ffde27
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue