List icon with image
scss
Donate
.row--ho-so{
.col-inner{
ul {
list-style: none;
margin-left: 0;
li{
margin-left: 0;
margin-bottom: 15px;
&:before {
position: relative;
content: "";
background-image: url("../img/icon feather-file-plus.png");
background-repeat: no-repeat;
background-size: contain;
padding-right: 20px;
margin-right: 10px;
}
}
}
}
}