1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Fix spacing picture glance (#1460)

This commit is contained in:
Paulus Schoutsen
2018-07-17 10:04:48 +02:00
committed by GitHub
parent 229d167f89
commit 84b0542fb6

View File

@@ -47,7 +47,7 @@ class HuiPictureGlanceCard extends NavigateMixin(LocalizeMixin(EventsMixin(Polym
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
padding: 4px 16px;
padding: 4px 8px;
font-size: 16px;
line-height: 40px;
color: white;
@@ -56,6 +56,7 @@ class HuiPictureGlanceCard extends NavigateMixin(LocalizeMixin(EventsMixin(Polym
}
.box .title {
font-weight: 500;
margin-left: 8px;
}
paper-icon-button {
color: #A9A9A9;