openreplay/frontend/app/components/Onboarding/components/CircleNumber/circleNumber.css
2021-05-01 15:12:01 +05:30

12 lines
No EOL
215 B
CSS

.number {
width: 24px;
height: 24px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: white;
font-size: 12px;
margin-right: 10px;
}