mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Mailbox empty state styling (#750)
This commit is contained in:
parent
440145ab1b
commit
e7df8cb195
@ -40,6 +40,11 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.empty {
|
||||
text-align: center;
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
|
||||
.header {
|
||||
@apply(--paper-font-title);
|
||||
}
|
||||
@ -99,7 +104,7 @@
|
||||
<div class='content'>
|
||||
<paper-card>
|
||||
<template is='dom-if' if='[[!_messages.length]]'>
|
||||
<div class='card-content'>
|
||||
<div class='card-content empty'>
|
||||
[[localize('ui.panel.mailbox.empty')]]
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user