aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-08-26 07:25:03 +0800
committerDan <danjm.com@gmail.com>2017-08-26 07:25:03 +0800
commitb785beb54665acc47d0b5e65cf4e742bd1853110 (patch)
tree70427b6bb99619935ecf5acd794450e36a42709e /ui/app/css
parentc9e134a996f69367155aab416abb683fb82d4b9a (diff)
downloadtangerine-wallet-browser-b785beb54665acc47d0b5e65cf4e742bd1853110.tar.gz
tangerine-wallet-browser-b785beb54665acc47d0b5e65cf4e742bd1853110.tar.zst
tangerine-wallet-browser-b785beb54665acc47d0b5e65cf4e742bd1853110.zip
Final styling improvements for tooltip; plus a few for send form.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/send.scss18
1 files changed, 12 insertions, 6 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 6f696eab7..a1bab3e1b 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -6,6 +6,7 @@
z-index: $send-card-z-index;
position: absolute;
top: 5%;
+ font-family: 'DIN OT';
@media screen and (max-width: $break-small) {
top: 33px;
@@ -54,9 +55,16 @@
.send-screen-gas-input {
width: 100%;
- background-color: $concrete;
+ height: 41px;
+ border-radius: 3px;
+ background-color: #f3f3f3;
border-width: 0px;
border-style: none;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding-left: 10px;
+ padding-right: 12px;
}
.send-screen-amount-labels {
@@ -82,10 +90,7 @@
}
.send-screen-gas-input-customize {
- position: absolute;
- top: 30px;
- right: 18px;
- color: #3098DC;
+ color: $curious-blue;
font-size: 12px;
cursor: pointer;
}
@@ -103,7 +108,8 @@
padding: 13px 19px;
font-size: 16px;
border-radius: 4px;
- font-family: 'Montserrat Regular';
+ font-family: 'Avenir Next';
+ font-weigth: 500;
}
.gas-tooltip-arrow {