mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
11 lines
170 B
CSS
11 lines
170 B
CSS
.indicator {
|
|
background-color: #E46D59;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 7px;
|
|
height: 7px;
|
|
margin-top: -4px;
|
|
margin-left: 7px;
|
|
}
|