mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Add feature gap theme variable for hui-card-features (#27076)
* Update hui-card-features.ts Add CSS variable for gap * Renamed variable
This commit is contained in:
@@ -65,7 +65,7 @@ export class HuiCardFeatures extends LitElement {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
gap: var(--ha-card-feature-gap, 12px);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
justify-content: space-evenly;
|
||||
|
||||
Reference in New Issue
Block a user