Allow custom icon sets (#5794)

This commit is contained in:
Bram Kragten
2020-05-08 21:56:25 +02:00
committed by GitHub
parent a7ba1977b4
commit 0c8cd680c2
6 changed files with 142 additions and 88 deletions

View File

@@ -456,15 +456,15 @@ export class HaVoiceCommandDialog extends LitElement {
}
.bouncer {
width: 40px;
height: 40px;
width: 48px;
height: 48px;
position: absolute;
top: 0;
}
.double-bounce1,
.double-bounce2 {
width: 40px;
height: 40px;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: var(--primary-color);
opacity: 0.2;