diff options
author | Dan J Miller <danjm.com@gmail.com> | 2017-09-12 13:19:05 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-12 13:19:05 +0800 |
commit | 1e83835ba8cce0fdf794092a8c55b6c68664204a (patch) | |
tree | b2e9e66a1eadd5c2e09ee0c1bd8a02bd9616e6c6 /ui/app/css/itcss/settings | |
parent | 062e67bff83fd79647231be6e2448d35b5f312f9 (diff) | |
download | tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.tar tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.tar.gz tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.tar.bz2 tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.tar.lz tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.tar.xz tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.tar.zst tangerine-wallet-browser-1e83835ba8cce0fdf794092a8c55b6c68664204a.zip |
[New-UI] Confirm Screen restyle and connect to state (#2042)
* Adds utility for converting currencies (WIP)
* Implements confirm screen
* Style tweaks.
* Confirm screen total ammount now uses real data.
* Confirm screen total ammount now uses real data.
* Replace content divider with sibling css.
* Replace section divider with scss.
Diffstat (limited to 'ui/app/css/itcss/settings')
-rw-r--r-- | ui/app/css/itcss/settings/typography.scss | 14 | ||||
-rw-r--r-- | ui/app/css/itcss/settings/variables.scss | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ui/app/css/itcss/settings/typography.scss b/ui/app/css/itcss/settings/typography.scss index 2027ca7e2..5b7817651 100644 --- a/ui/app/css/itcss/settings/typography.scss +++ b/ui/app/css/itcss/settings/typography.scss @@ -50,6 +50,20 @@ } @font-face { + font-family: 'DIN NEXT'; + src: url('/fonts/DIN NEXT/DIN NEXT W01 Regular.otf') format('opentype'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'DIN NEXT Light'; + src: url('/fonts/DIN NEXT/DIN NEXT W10 Light.otf') format('opentype'); + font-weight: 400; + font-style: normal; +} + +@font-face { font-family: 'Lato'; src: url('/fonts/Lato/Lato-Regular.ttf') format('truetype'); font-weight: 400; diff --git a/ui/app/css/itcss/settings/variables.scss b/ui/app/css/itcss/settings/variables.scss index 93156de9c..7de7ca4f5 100644 --- a/ui/app/css/itcss/settings/variables.scss +++ b/ui/app/css/itcss/settings/variables.scss @@ -30,6 +30,7 @@ $concrete: #f3f3f3; $tundora: #4d4d4d; $nile-blue: #1b344d; $scorpion: #5d5d5d; +$caribbean-green: #02C9B1; $silver: #cdcdcd; $crimson: #e91550; $blue-lagoon: #038789; |