aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/app/transaction-breakdown/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/app/transaction-breakdown/index.scss')
-rw-r--r--ui/app/components/app/transaction-breakdown/index.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/ui/app/components/app/transaction-breakdown/index.scss b/ui/app/components/app/transaction-breakdown/index.scss
new file mode 100644
index 000000000..c8144eac2
--- /dev/null
+++ b/ui/app/components/app/transaction-breakdown/index.scss
@@ -0,0 +1,24 @@
+@import 'transaction-breakdown-row/index';
+
+.transaction-breakdown {
+ &__title {
+ border-bottom: 1px solid #d8d8d8;
+ padding-bottom: 4px;
+ text-transform: capitalize;
+ }
+
+ &__row-title {
+ text-transform: capitalize;
+ }
+
+ &__value {
+ text-align: end;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+
+ &--eth-total {
+ font-weight: 500;
+ }
+ }
+}