diff options
Diffstat (limited to 'ui/app/css/lib.css')
-rw-r--r-- | ui/app/css/lib.css | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index dca73a6e8..a7da11e77 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -168,27 +168,25 @@ hr.horizontal-line { } .red-dot { - position: inherit; - background: red; + background: #E91550; color: white; border-radius: 10px; - height: 12px; - min-width: 12px; - margin-left: 6px; - display: flex; - align-items: center; - justify-content: center; - padding: 4px; +} + +.diamond { + transform: rotate(45deg); + background: #038789; } .pending-dot { background: red; - left: 57px; + left: 14px; + top: 14px; color: white; border-radius: 10px; height: 20px; min-width: 20px; - position: absolute; + position: relative; display: flex; align-items: center; justify-content: center; @@ -202,8 +200,8 @@ hr.horizontal-line { .menu-icon { display: inline-block; - width: 14px; - height: 14px; + height: 9px; + min-width: 9px; margin: 13px; } .ether-icon { @@ -221,4 +219,4 @@ hr.horizontal-line { .invisible { visibility: hidden; -}
\ No newline at end of file +} |