Files
ontime/client/src/common/components/text/NumberedText.module.css
T
2021-04-05 22:33:31 +02:00

13 lines
187 B
CSS

.stylednumber {
display: inline;
text-align: center;
color: white;
font-weight: 600;
background-color: #319795;
width: 1.5em;
border-radius: 1em;
margin-right: 0.5em;
}