mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
14 lines
231 B
CSS
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;
|
|
}
|