pinkmine/frontend/src/misc-components/unreaded-flag.module.css

16 lines
No EOL
236 B
CSS

.circle {
height: 6px;
width: 6px;
background-color: #707070;
border: 2px solid #707070;
border-radius: 50%;
display: inline-block;
}
.circle.unreaded {
border: 2px solid #0000FF;
}
.circle.forMe {
background-color: #FF0000;
}