Modify styling for app / env spend table
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user