FarmMapsLib/projects/common-map/src/lib/components/item-list-item-temporal/item-list-item-temporal.com...

43 lines
548 B
CSS

.head {
color: grey;
font-weight:bold;
/*border-bottom:1px solid black;*/
}
.body {
display: block;
}
.mean {
text-align: center;
font-weight: bold;
font-size:2rem;
line-height: 7.5rem;
color:deeppink;
/*border-right:1px solid black;*/
}
.min {
/*border-bottom:1px solid black;*/
}
.min, .max {
vertical-align: middle;
line-height: 3.48rem;
color:gray;
font-size:1rem;
}
.widget {
display: block;
height: 100%;
width: 100%;
}
.unit {
font-size:0.8rem;
color:gray;
}
.dateformat {
font-size: 0.8rem;
}