Modify styling for app / env spend table

This commit is contained in:
graham-dds
2019-11-27 15:28:26 -05:00
parent 4e0af139cc
commit 00b79e2c7b
2 changed files with 24 additions and 2 deletions

View File

@@ -97,4 +97,22 @@
border-top: 1px solid $color-gray-lighter;
}
}
.reporting-spend-table {
&__env-row {
&-label {
margin-left: $gap * 5;
}
&--last {
& > td {
border-bottom: 1px solid black;
}
&:last-of-type {
& > td {
border-bottom: none;
}
}
}
}
}
}