You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
747 B
19 lines
747 B
######################################################################
|
|
# @CCOSTAN - Follow Me on X
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# -------------------------------------------------------------------
|
|
# Infrastructure card_mod - Panel container
|
|
# Wrapper style for multi-row panels (Stitch-inspired).
|
|
# -------------------------------------------------------------------
|
|
# Notes: card_mod style is YAML scalar (multi-line string) so it can be `!include`d.
|
|
######################################################################
|
|
|
|
|
|
|
ha-card {
|
|
border-radius: 18px;
|
|
border: 1px solid rgba(0,0,0,0.06);
|
|
box-shadow: none;
|
|
padding: 12px;
|
|
}
|