mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
19 lines
351 B
YAML
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]];
|
|
}
|