Thank you, that really helps me!
It would be nice to color the icon. Is that even possible?
The size and position work for me:
card_mod:
style:
mushroom-state-info$: |
.primary {
white-space: normal !important;
}
mushroom-badge-icon$: |
.badge {
position: absolute;
top: -25px;
left: 20px;
background: transparent !important;
}
mushroom-shape-icon {
position: absolute;
top: -57px;
left: -40px;
}
mushroom-state-info {
padding-left: 34px;
z-index: 1;
}
.: |
mushroom-shape-icon {
position: absolute;
top: -57px;
left: -40px;
}
mushroom-state-info {
padding-left: 34px;
z-index: 1;
}
:host {
--mush-icon-size: 2.84em;
--mush-icon-symbol-size: 1em;
--mush-badge-size: 22px;
}
mushroom-shape-icon$: |
.shape {
background: transparent !important;
}