Add a gap between expanded projects

This commit is contained in:
Andrew Croce 2018-09-18 09:41:58 -04:00
parent 9fcd725238
commit 2064667356

View File

@ -280,6 +280,13 @@
.spend-table__project__env { .spend-table__project__env {
margin-left: $gap; margin-left: $gap;
&:last-child {
td, th {
padding-bottom: $gap * 5;
box-shadow: inset 0 (-$gap * 2.5) 0 $color-gray-lightest;
}
}
} }
} }
} }