down-message/style.css

20 lines
251 B
CSS
Raw Normal View History

2023-08-04 01:29:43 +02:00
.dot {
width: 15px;
height: 15px;
border-radius: 50%;
display: inline-block;
margin-right: 5px;
}
.dot.green {
background-color: green;
}
.dot.orange {
background-color: orange;
}
.dot.red {
background-color: red;
}