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.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/components/currency-input/index.scss b/ui/app/components/currency-input/index.scss
new file mode 100644
index 000000000..fcb2db461
--- /dev/null
+++ b/ui/app/components/currency-input/index.scss
@@ -0,0 +1,7 @@
+.currency-input {
+ &__conversion-component {
+ font-size: 12px;
+ line-height: 12px;
+ padding-left: 1px;
+ }
+}