From 8b919758e51e16536b6edaf33d4978d551363249 Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Thu, 7 Sep 2017 04:24:03 -0700 Subject: Send Token screen partial UI --- ui/app/css/itcss/components/send.scss | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'ui/app/css/itcss/components') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 016833db9..87c4c0a1b 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -203,3 +203,44 @@ font-size: .8em; padding: 1px 4px; } + +.send-token { + width: 498px; + height: 605px; + background-color: #fff; + display: flex; + flex-flow: column nowrap; + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08); + padding: 46px 40.5px 26px; + position: relative; + top: -26px; + z-index: 25; + align-items: center; + font-family: "Montserrat Light"; + + .identicon { + position: absolute; + top: -35px; + z-index: 25; + } + + &__title { + color: $scorpion; + font-size: 20px; + line-height: 29px; + } + + &__description, + &__balance-text, + &__token-symbol { + margin-top: 10px; + font-size: 16px; + line-height: 24px; + } + + &__token-balance { + font-size: 43px; + line-height: 40px; + margin-top: 13px; + } +} -- cgit v1.2.3