@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
49 lines (42 loc) • 924 B
CSS
slot-fb[hidden], slot[hidden] {
display: initial ;
}
lar-icon {
fill: var(--lar-text-color, #fff);
stroke: var(--lar-text-color, #fff);
}
.suninfo .sunrise > *, .suninfo .sunset > * {
vertical-align: middle;
}
.suninfo {
height: 2rem;
width: 50%;
margin: 0 auto 1rem auto;
}
.suninfo .sunrise, .suninfo .sunset {
display: inline-block;
width: 50%;
text-align: center;
}
h4 {
margin: 0.2rem 0 0 0;
}
.circle {
background-color: var(--lar-background-color-step-200, #333333) ;
border-radius: 50%;
display: inline-block;
padding: 0.5rem;
width: 2rem;
height: 2rem;
margin-right: 1rem;
}
.circle lar-icon {
display: block;
width: 100%;
height: 100%;
color: var(--lar-text-color, #fff) ;
}
lar-list-item {
background-color: var(--lar-background-color-step-100, rgb(25.5, 25.5, 25.5)) ;
color: var(--lar-text-color, #fff) ;
}