Custom Background in List
Finish this artcle
.list-body {
background-image: url(https://angular.pixelstrap.com/unice/assets/images/app_landing1/pricing/22.png);
margin-left: -10px;
margin-right: -10px;
margin-bottom: -10px;
background-size: cover;
}
.table-actions {
display: none;
}
Did this page help you?