hide border for last tx in group

This commit is contained in:
Marty Alcala 2016-11-04 13:29:19 -04:00
commit ccdad2c6e4
3 changed files with 14 additions and 3 deletions

View file

@ -61,6 +61,10 @@
padding-right: 1rem;
border-bottom: 1px solid rgb(245, 245, 245);
overflow: hidden;
&.no-border {
border: 0;
}
}
&__tx-amount {