19 lines
226 B
SCSS
19 lines
226 B
SCSS
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table, th, td {
|
|
border:0;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
th, td {
|
|
vertical-align:center;
|
|
padding-top: 0.325em;
|
|
padding-bottom: 0.325em;
|
|
}
|
|
|
|
th {
|
|
font-weight: $fontweight_hyper;
|
|
}
|