Implement core spacing tokens (#27226)

This commit is contained in:
Jan-Philipp Benecke
2025-09-29 07:28:24 +02:00
committed by GitHub
parent e1edf7fb98
commit c0a9dadcbe
101 changed files with 164 additions and 141 deletions

View File

@@ -213,7 +213,7 @@ class HaLandingPage extends LandingPageBaseElement {
ha-card .card-content {
display: flex;
flex-direction: column;
gap: 16px;
gap: var(--ha-space-4);
}
ha-alert p {
text-align: unset;