Apply suggestions from code review
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
60bcdd3bf8
commit
d2de9b432c
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ limitations under the License.
|
|||
margin-top: 40px;
|
||||
|
||||
tr > th {
|
||||
font-weight: 600; // semi bold
|
||||
font-weight: $font-semi-bold;
|
||||
}
|
||||
|
||||
tr > th:first-child {
|
||||
|
@ -67,7 +67,7 @@ limitations under the License.
|
|||
|
||||
& > div:first-child { // section header
|
||||
font-size: $font-18px;
|
||||
font-weight: 600; // semi bold
|
||||
font-weight: $font-semi-bold;
|
||||
}
|
||||
|
||||
> table {
|
||||
|
|
Loading…
Reference in a new issue