@hisptz/react-ui
Version:
A collection of reusable complex DHIS2 react ui components.
39 lines (31 loc) • 480 B
CSS
.single-value-list {
padding: 10px 2px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.padding-top {
padding-top: 12px;
}
.percent-value {
border-radius: 1rem;
}
.percent-value div {
height: .5rem ;
}
.font-large {
font-size: 1rem;
}
.font-x-large {
font-size: 1.5rem;
}
.font-xx-large {
font-size: 3rem;
}
.font-bold {
font-weight: bold;
}
.single-value-item {
margin: 0 1vw;
}