Files
talk/client/coral-admin/src/components/Indicator.css
T
Chi Vinh Le 72331699b5 Refactor
2018-01-18 20:28:12 +01:00

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;
}