Initial styling and layout of TO view fragment

This commit is contained in:
leigh-mil
2019-12-23 10:33:20 -05:00
parent cbcac2b142
commit 8ece47627e
6 changed files with 120 additions and 118 deletions

View File

@@ -53,7 +53,6 @@ table.atat-table {
padding: $gap * 2;
border: 1px solid $color-gray-lighter;
display: table-cell;
white-space: nowrap;
vertical-align: top;
&:first-child {
@@ -64,6 +63,12 @@ table.atat-table {
border-right: none;
}
}
&:last-child {
td {
border-bottom: none;
}
}
}
}