style: left align table cells and use semi-bold for headers (#34245)

This commit is contained in:
Frédéric Péters 2019-07-10 16:51:58 +02:00
parent 1e7c92eaf3
commit 20cc5a29b3
1 changed files with 3 additions and 2 deletions

View File

@ -461,14 +461,15 @@ table.main {
}
table.main th {
font-weight: normal;
font-weight: 600;
padding: 1em 1ex;
border-bottom: 1px solid #f3f3f3;
background: #f7f7f7;
text-align: left;
}
table.main td {
text-align: center;
text-align: left;
padding: 1em 1ex;
border-bottom: 1px solid #f3f3f3;
@include vendor-prefix('transition', 'background ease 0.2s');