Move horizontal padding from state-cards to containing entity-card (#799)

This commit is contained in:
Andrey 2018-01-15 06:48:37 +02:00 committed by Paulus Schoutsen
parent fbe44598ac
commit 6fd8ad52b0

View File

@ -12,10 +12,10 @@
<style is="custom-style" include="iron-flex"></style>
<style>
ha-card {
padding: 16px 0;
padding: 16px;
}
.state {
padding: 4px 16px;
padding: 4px 0;
}
.header {
@apply(--paper-font-headline);
@ -23,7 +23,7 @@
compensating this with reduced padding */
line-height: 40px;
color: var(--primary-text-color);
padding: 4px 16px 12px;
padding: 4px 0 12px;
}
.header .name {
@apply(--paper-font-common-nowrap);