openreplay/frontend/app/components/shared/ErrorsBadge/errorsBadge.css
2021-05-01 15:12:01 +05:30

9 lines
No EOL
138 B
CSS

.badge {
position: absolute;
height: 7px;
width: 7px;
border-radius: 50%;
background-color: $red;
right: 0px;
top: 12px;
}