mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
12 lines
189 B
SCSS
12 lines
189 B
SCSS
.transaction-detail {
|
|
.transaction-detail-item {
|
|
padding: 20px 0;
|
|
border-bottom: 1px solid $ui-3;
|
|
|
|
&:last-child {
|
|
padding-bottom: 0;
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
}
|