aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/currency-input/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/currency-input/index.scss')
-rw-r--r--ui/app/components/currency-input/index.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/app/components/currency-input/index.scss b/ui/app/components/currency-input/index.scss
index fcb2db461..f659f5b35 100644
--- a/ui/app/components/currency-input/index.scss
+++ b/ui/app/components/currency-input/index.scss
@@ -4,4 +4,23 @@
line-height: 12px;
padding-left: 1px;
}
+
+ &__swap-component {
+ flex: 0 0 auto;
+ height: 24px;
+ width: 24px;
+ background-image: url("images/icons/swap.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ opacity: .4;
+
+ &:hover {
+ opacity: .3;
+ }
+
+ &:active {
+ opacity: .5;
+ }
+ }
}