Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
36 lines
418 B
CSS
36 lines
418 B
CSS
.head {
|
|
color: grey;
|
|
font-weight: bold;
|
|
/*border-bottom:1px solid black;*/
|
|
}
|
|
|
|
.body {
|
|
display: block;
|
|
}
|
|
|
|
.tpvocmet {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 1.9rem;
|
|
line-height: 7.2rem;
|
|
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;
|
|
}
|