Files
ontime/client/src/common/components/text/NumberedText.module.css
T
2021-04-20 12:16:43 +02:00

14 lines
231 B
CSS

.stylednumber {
display: inline;
text-align: center;
color: white;
font-weight: 600;
background-color: #ff5b7e;
border: 1px solid rgba(255,255,255,0.17);
width: 1.5em;
border-radius: 1em;
margin-right: 0.5em;
}