Skip to content

Commit

Permalink
Merge pull request #908 from flobiwankenobi/patch-1
Browse files Browse the repository at this point in the history
Update climate specific css vars
  • Loading branch information
Clooos authored Nov 7, 2024
2 parents a246977 + 42b3bfc commit 83b4f0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cards/climate/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default `
width: 100%;
height: 100%;
position: absolute;
border-radius: var(--bubble-sub-button-border-radius, var(--bubble-border-radius, 32px));
border-radius: var(--bubble-climate-border-radius, var(--bubble-button-border-radius, var(--bubble-border-radius, 32px)));
opacity: 0.7;
transition: background-color 2s ease;
}
Expand All @@ -124,8 +124,8 @@ export default `
align-items: center;
justify-content: center;
margin: 6px;
border-radius: var(--bubble-media-player-icon-border-radius, var(--bubble-icon-border-radius, var(--bubble-border-radius, 50%)));
background-color: var(--bubble-media-player-icon-background-color, var(--bubble-icon-background-color, var(--bubble-secondary-background-color, var(--card-background-color, var(--ha-card-background)))));;
border-radius: var(--bubble-climate-icon-border-radius, var(--bubble-icon-border-radius, var(--bubble-border-radius, 50%)));
background-color: var(--bubble-climate-icon-background-color, var(--bubble-icon-background-color, var(--bubble-secondary-background-color, var(--card-background-color, var(--ha-card-background)))));;
overflow: hidden;
position: relative;
cursor: pointer;
Expand Down Expand Up @@ -245,7 +245,7 @@ export default `
.large .bubble-climate-container {
height: 56px;
border-radius: var(--bubble-select-border-radius, var(--bubble-border-radius, 32px));
border-radius: var(--bubble-climate-border-radius, var(--bubble-select-border-radius, var(--bubble-border-radius, 32px)));
}
.large .bubble-icon-container {
Expand Down

0 comments on commit 83b4f0d

Please sign in to comment.