public/styles/components/_targeting.scss (25 lines of code) (raw):
.targeting__target {
background-color: $cWhite;
padding: 5px;
margin-bottom: 5px;
position: relative;
&__title {
font-weight: bold;
margin-bottom: 2px;
}
&__tags {
margin: 3px;
padding: 0;
padding-left: 20px;
}
&__delete {
position: absolute;
top: 3px;
right: 3px;
cursor: pointer;
img {
height: 20px;
width: 20px;
}
}
}