mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
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:
parent
e4c635c855
commit
f6afc92d3c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user