diff options
Diffstat (limited to 'ui/app/css/itcss/tools')
-rw-r--r-- | ui/app/css/itcss/tools/utilities.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/css/itcss/tools/utilities.scss b/ui/app/css/itcss/tools/utilities.scss index 5e26ede64..2b7ffcb04 100644 --- a/ui/app/css/itcss/tools/utilities.scss +++ b/ui/app/css/itcss/tools/utilities.scss @@ -261,10 +261,11 @@ hr.horizontal-line { .menu-icon { display: inline-block; - height: 9px; - min-width: 9px; + height: 12px; + min-width: 12px; margin: 13px; } + .ether-icon { background: rgb(0, 163, 68); border-radius: 20px; @@ -294,7 +295,6 @@ hr.horizontal-line { color: red; } - /* Misc */ @@ -314,4 +314,4 @@ hr.horizontal-line { flex: 1 0 auto; display: flex; justify-content: flex-end; -} +}
\ No newline at end of file |