1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

UI: Minor UI color change & unread count position adjustment

This commit is contained in:
Ralph Slooten 2022-09-15 21:51:36 +12:00
parent 51e458ad57
commit 867dbf41d5
2 changed files with 2 additions and 1 deletions

View File

@ -533,7 +533,7 @@ export default {
<i class="bi bi-envelope me-1" v-if="isConnected"></i>
<i class="bi bi-arrow-clockwise me-1" v-else></i>
Inbox
<span style="margin-top: -5px; margin-left: 5px;" class="position-absolute badge rounded-pill text-bg-secondary" title="Unread messages" v-if="unread">
<span class="badge rounded-pill text-bg-primary ms-1" title="Unread messages" v-if="unread">
{{ formatNumber(unread) }}
</span>
</a>

View File

@ -1 +1,2 @@
$link-decoration: none;
$primary: #3465b5;