1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/components/transaction-breakdown/index.scss

25 lines
404 B
SCSS
Raw Normal View History

2018-08-31 21:36:07 +02:00
@import './transaction-breakdown-row/index';
.transaction-breakdown {
2018-12-09 21:48:06 +01:00
&__title {
border-bottom: 1px solid #d8d8d8;
padding-bottom: 4px;
text-transform: capitalize;
2018-08-31 21:36:07 +02:00
}
&__row-title {
text-transform: capitalize;
}
&__value {
text-align: end;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&--eth-total {
font-weight: 500;
}
}
}