aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/tools
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-18 13:36:53 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-18 13:38:07 +0800
commit085551b7e6b7dab21c21b99a40c4f79c413799d5 (patch)
tree88dd6397e8d2efcd0cc75812ee0ef0f87af06f87 /ui/app/css/itcss/tools
parent5ee6e4d3b3d61d804340c22b73a608fb6b44a9b2 (diff)
downloadtangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.gz
tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.tar.zst
tangerine-wallet-browser-085551b7e6b7dab21c21b99a40c4f79c413799d5.zip
New Account modal
Diffstat (limited to 'ui/app/css/itcss/tools')
-rw-r--r--ui/app/css/itcss/tools/utilities.scss16
1 files changed, 7 insertions, 9 deletions
diff --git a/ui/app/css/itcss/tools/utilities.scss b/ui/app/css/itcss/tools/utilities.scss
index 4a55303b9..ca9fd0d9c 100644
--- a/ui/app/css/itcss/tools/utilities.scss
+++ b/ui/app/css/itcss/tools/utilities.scss
@@ -231,17 +231,15 @@ hr.horizontal-line {
.keyring-label {
z-index: 1;
- font-size: 11px;
- background: rgba(255, 0, 0, .8);
- bottom: -47px;
- color: $white;
+ font-size: 8px;
+ line-height: 8px;
+ background: rgba(255, 255, 255, 0.4);
+ color: #fff;
border-radius: 10px;
- height: 20px;
- min-width: 20px;
- position: absolute;
- top: 0px;
- right: 5px;
padding: 4px;
+ width: 41px;
+ text-align: center;
+ height: 15px;
}
.ether-balance {