Skip to content

Commit

Permalink
Fix: Update card_mod declarations and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbiev committed Dec 21, 2024
1 parent b9a4058 commit 6a427b1
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ card_graph:
points_per_hour: "[[[ return variables.ulm_card_graph_points; ]]]"
group_by: "[[[ return variables.ulm_card_graph_group_by; ]]]"
line_width: "[[[ return variables.ulm_card_graph_line_width; ]]]"
style: |
ha-card {
box-shadow: none;
border-radius: var(--border-radius);
}
card_mod:
style: |
ha-card {
box-shadow: none;
border-radius: var(--border-radius);
}
Original file line number Diff line number Diff line change
Expand Up @@ -623,11 +623,11 @@ card_cover:
thumbVerticalPadding: "0px"
thumbWidth: "0px"
card_mod:
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
item4:
card:
type: "custom:button-card"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ card_fan:
thumbVerticalPadding: "0px"
thumbWidth: "0px"
card_mod:
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
button:
card:
type: "custom:button-card"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ card_light:
thumbVerticalPadding: "0px"
thumbWidth: "12px"
card_mod:
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
item3:
card:
type: "custom:button-card"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@ card_weather:
secondary_info: "[[[ return variables.ulm_card_weather_secondary_info ]]]"
backdrop: "[[[ return variables.ulm_card_weather_backdrop ]]]"
custom: "[[[ return variables?.ulm_card_weather_custom ]]]"
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
ha-card.type-custom-simple-weather-card {
padding: 24px;
}
ha-card[bg].type-custom-simple-weather-card{
color: white;
}
ha-card.type-custom-simple-weather-card .weather__info {
text-align: left
}
card_mod:
style: |
ha-card {
border-radius: 14px;
box-shadow: none;
}
ha-card.type-custom-simple-weather-card {
padding: 24px;
}
ha-card[bg].type-custom-simple-weather-card{
color: white;
}
ha-card.type-custom-simple-weather-card .weather__info {
text-align: left
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ extended_card:
item2:
card:
type: "custom:button-card"
style: |
ha-card {
box-shadow: none;
border-radius: var(--border-radius);
}
card_mod:
style: |
ha-card {
box-shadow: none;
border-radius: var(--border-radius);
}

0 comments on commit 6a427b1

Please sign in to comment.