Files
sarah/config/lovelace/decluttering_templates/v3/v3_section_title.yaml
T
2021-10-10 19:02:34 +03:00

19 lines
351 B
YAML

v3_section_title:
default:
margin_left: '0'
card:
type: markdown
content: >
### [[title]]
card_mod:
style: |
ha-card {
box-shadow: none;
background: transparent;
}
ha-card > ha-markdown {
font-size: 18px;
padding: 16px 6px 6px [[margin_left]];
}