FarmMapsLib/projects/common-map/src/lib/components/item-list-item-height/item-list-item-height.compo...

41 lines
519 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.6rem;
color: gray;
}