openreplay/frontend/app/components/Onboarding/components/CircleNumber/circleNumber.module.css
2025-01-14 12:48:11 +01:00

13 lines
No EOL
234 B
CSS

.number {
width: 20px;
height: 20px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: white;
font-size: 12px;
flex-shrink: 0;
padding-top: .15rem;
}