ul {
list-style: none;
padding-left: 35px;
li {
position: relative;
&:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
height: 10px;
width: 10px;
margin-left: -35px;
background-color: @primary-color;
border-radius: 50%;
}
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)