Fix for >= 0.110

Fix #324
This commit is contained in:
root 2020-05-17 20:07:32 +00:00
parent b3d0aabd4d
commit 89a842a9b3
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export const styles = css`
ha-icon {
display: inline-block;
margin: auto;
--mdc-icon-size: 100%;
}
ha-card.button-card-main {
padding: 4% 0px;
@ -64,6 +65,7 @@ export const styles = css`
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
margin: unset;
width: 24px;
}
.invalid {
animation: blink 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;