aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/add-token/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/add-token/index.scss')
-rw-r--r--ui/app/components/pages/add-token/index.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/app/components/pages/add-token/index.scss b/ui/app/components/pages/add-token/index.scss
index 39e86b97b..1690c7654 100644
--- a/ui/app/components/pages/add-token/index.scss
+++ b/ui/app/components/pages/add-token/index.scss
@@ -22,4 +22,24 @@
&__token-list {
margin-top: 16px;
}
+
+ &__custom-symbol {
+
+ &__label-wrapper {
+ display: flex;
+ flex-flow: row nowrap;
+ }
+
+ &__label {
+ flex: 0 0 auto;
+ }
+
+ &__edit {
+ flex: 1 1 auto;
+ text-align: right;
+ color: $curious-blue;
+ padding-right: 4px;
+ cursor: pointer;
+ }
+ }
}