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