diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-07-26 09:49:18 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-07-28 22:29:16 +0800 |
commit | 6ae76fee33af8f3079fd650f35df1107e7996ffe (patch) | |
tree | ab75ce6e31272b617f806fc1bc7678b3690b8771 /old-ui/app/css | |
parent | 1d6227d718c94a2b0b4b3743985929790ffa26a2 (diff) | |
download | tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.tar tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.tar.gz tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.tar.bz2 tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.tar.lz tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.tar.xz tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.tar.zst tangerine-wallet-browser-6ae76fee33af8f3079fd650f35df1107e7996ffe.zip |
Add banner suggesting new UI
Diffstat (limited to 'old-ui/app/css')
-rw-r--r-- | old-ui/app/css/index.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old-ui/app/css/index.css b/old-ui/app/css/index.css index f641e7934..08b3890fd 100644 --- a/old-ui/app/css/index.css +++ b/old-ui/app/css/index.css @@ -726,6 +726,22 @@ div.message-container > div:first-child { flex-direction: column; } +.app-bar__new-ui-banner { + background: #33A4E7; + color: white; + font-size: 12px; + line-height: 12px; + padding: 8px; + font-family: Roboto, Arial, sans-serif; + font-weight: 400; + width: 100%; +} + +.banner__link { + cursor: pointer; + text-decoration: underline; +} + .notification-modal-wrapper { display: flex; flex-direction: column; |