31 lines
637 B
YAML
31 lines
637 B
YAML
show_label: true
|
|
show_state: true
|
|
size: 100%
|
|
styles:
|
|
card:
|
|
- width: 140px
|
|
- height: 140px
|
|
- margin: 5px
|
|
grid:
|
|
- grid-template-areas: '"s s" "i n" "i l"'
|
|
- grid-template-columns: 20% 80%
|
|
- grid-template-rows: 60% 20% 10%
|
|
img_cell:
|
|
label:
|
|
# - margin-left: 10px
|
|
# - font-weight: lighter
|
|
- justify-self: start
|
|
- font-size: 1em
|
|
name:
|
|
- justify-self: start
|
|
- overflow: visible
|
|
- font-size: 1.7em
|
|
- font-weight: bold
|
|
state:
|
|
# - margin-right: 30px
|
|
- justify-self: center
|
|
- align-self: center
|
|
- font-size: 2.2em
|
|
- font-weight: bold
|
|
- overflow: visible
|