@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
28 lines (26 loc) • 447 B
CSS
slot-fb[hidden], slot[hidden] {
display: initial ;
}
:host {
display: block;
width: 100%;
height: 100%;
}
.onoff-container {
display: flex;
align-items: center;
justify-content: center;
min-height: 15rem;
padding: 2rem;
}
.onoff-container lar-toggle {
transform: scale(2.5);
}
@media (max-width: 576px) {
.onoff-container {
min-height: 12rem;
}
.onoff-container lar-toggle {
transform: scale(2);
}
}