Add a gap between expanded projects
This commit is contained in:
parent
9fcd725238
commit
2064667356
@ -280,6 +280,13 @@
|
||||
|
||||
.spend-table__project__env {
|
||||
margin-left: $gap;
|
||||
|
||||
&:last-child {
|
||||
td, th {
|
||||
padding-bottom: $gap * 5;
|
||||
box-shadow: inset 0 (-$gap * 2.5) 0 $color-gray-lightest;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user