aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/lib.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/lib.css')
-rw-r--r--ui/app/css/lib.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index 425f41b20..a7da11e77 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -168,17 +168,14 @@ 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 {
@@ -203,8 +200,8 @@ hr.horizontal-line {
.menu-icon {
display: inline-block;
- width: 14px;
- height: 14px;
+ height: 9px;
+ min-width: 9px;
margin: 13px;
}
.ether-icon {
@@ -222,4 +219,4 @@ hr.horizontal-line {
.invisible {
visibility: hidden;
-} \ No newline at end of file
+}