lower unavailable font-size (#3746)

Closes https://github.com/home-assistant/home-assistant-polymer/issues/3745
This commit is contained in:
Ian Richardson 2019-09-18 10:19:42 -05:00 committed by Bram Kragten
parent 31ae115062
commit e594fcfc42

View File

@ -39,7 +39,7 @@ export class HuiUnavailable extends LitElement {
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
font-size: 24px;
color: var(--primary-text-color);
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);