Files
ontime/client/src/common/components/text/NumberedText.module.css
T
2021-04-15 13:51:51 +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.47);
width: 1.5em;
border-radius: 1em;
margin-right: 0.5em;
}