Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Dec 18, 2022
2 parents 0928a6d + e1ad38d commit d5dfeab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ export default css`
position: relative;
padding: 0px;
border-radius: var(--ha-card-border-radius, 4px);
box-shadow: var(
--ha-card-box-shadow,
0px 2px 1px -1px rgba(0, 0, 0, 0.2),
0px 1px 1px 0px rgba(0, 0, 0, 0.14),
0px 1px 3px 0px rgba(0, 0, 0, 0.12));
overflow: hidden;
transition: all 0.3s ease-out 0s;
}
a
Expand Down

0 comments on commit d5dfeab

Please sign in to comment.