Delete redundant css

This commit is contained in:
leigh-mil
2019-10-22 13:38:47 -04:00
parent f71f2c91fb
commit 14fcef8c87
4 changed files with 1 additions and 103 deletions

View File

@@ -37,28 +37,4 @@
left: 4px;
}
}
table {
thead {
td {
font-weight: bold;
font-size: 1.4rem;
border-top: 0;
}
}
tbody {
th {
font-weight: bold;
font-size: 1.6rem;
}
td {
font-size: 1.6rem;
border-bottom: 1px solid $color-gray-lightest;
border-top: 0;
padding: (3 * $gap) (2 * $gap);
}
}
}
}

View File

@@ -212,7 +212,6 @@ table {
th,
td {
font-weight: bold;
border-bottom: 1px solid $color-gray-lightest;
}
}