FarmMapsLib/projects/common-map/src/lib/components/item-list-item-tipstar/item-list-item-tipstar.comp...

37 lines
428 B
SCSS

.head {
color: grey;
font-weight: bold;
/*border-bottom:1px solid black;*/
}
.body {
display: block;
}
.value {
text-align: center;
font-weight: bold;
font-size: 1.9rem;
color: deeppink;
/*border-right:1px solid black;*/
}
.widget {
display: block;
height: 100%;
width: 100%;
}
.unit {
font-size: 0.8rem;
color: gray;
}
.dateformat {
font-size: 0.8rem;
}
.fm-potato {
color: saddlebrown;
}