Adds "air" at the bottom of the page (#4267)

* Adds "air" at the bottom of the page

* Update src/panels/config/dashboard/ha-config-dashboard.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Add margin to promo
This commit is contained in:
Joakim Sørensen 2019-11-25 17:38:08 +01:00 committed by Bram Kragten
parent e4c635c855
commit f6afc92d3c

View File

@ -138,6 +138,9 @@ class HaConfigDashboard extends LitElement {
return [
haStyle,
css`
ha-config-navigation:last-child {
margin-bottom: 24px;
}
ha-card {
overflow: hidden;
}
@ -148,6 +151,7 @@ class HaConfigDashboard extends LitElement {
.promo-advanced {
text-align: center;
color: var(--secondary-text-color);
margin-bottom: 24px;
}
.promo-advanced a {
color: var(--secondary-text-color);