aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/send.scss
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-11 15:45:06 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-11 15:45:06 +0800
commit663cb758b345d7138b9e9c68489e1859dbfaa78e (patch)
tree6f9e942b457f8c5ba6291c967de6c490a5b47d03 /ui/app/css/itcss/components/send.scss
parent395e8bfce05d385eed233b82d6fc5771253c6509 (diff)
downloadtangerine-wallet-browser-663cb758b345d7138b9e9c68489e1859dbfaa78e.tar.gz
tangerine-wallet-browser-663cb758b345d7138b9e9c68489e1859dbfaa78e.tar.zst
tangerine-wallet-browser-663cb758b345d7138b9e9c68489e1859dbfaa78e.zip
Style send token screen
Diffstat (limited to 'ui/app/css/itcss/components/send.scss')
-rw-r--r--ui/app/css/itcss/components/send.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 86170890c..a2a77f763 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -243,4 +243,23 @@
line-height: 40px;
margin-top: 13px;
}
+
+ .send-screen-input-wrapper {
+ .fa-bolt {
+ padding-right: 4px;
+ }
+
+ .large-input {
+ border: 1px solid $dusty-gray;
+ border-radius: 4px;
+ margin: 4px 0 20px;
+ font-size: 16px;
+ line-height: 22.4px;
+ font-family: "DIN OT";
+ }
+
+ .send-screen-gas-input {
+ border: 1px solid transparent;
+ }
+ }
}