18 lines
205 B
SCSS
18 lines
205 B
SCSS
:host {
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
ha-icon {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
color: var(--primary-color);
|
|
}
|