aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-balance/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/token-balance/index.scss')
-rw-r--r--ui/app/components/token-balance/index.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/ui/app/components/token-balance/index.scss b/ui/app/components/token-balance/index.scss
deleted file mode 100644
index 2ff6dfbc8..000000000
--- a/ui/app/components/token-balance/index.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-.token-balance-component {
- display: flex;
- align-items: center;
-
- &__text {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- &__suffix {
- padding-left: 4px;
- }
-}