mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 18:11:05 +08:00
9 lines
141 B
CSS
9 lines
141 B
CSS
.indicator {
|
|
display: inline-block;
|
|
background-color: #E46D59;
|
|
border-radius: 10px;
|
|
width: 7px;
|
|
height: 7px;
|
|
margin-left: 7px;
|
|
}
|