style fixes

This commit is contained in:
Julie Lenaerts 2022-01-27 16:18:54 +01:00
parent 8d663cdee6
commit 44d1535bfb

View File

@ -12,6 +12,7 @@
display: block;
top: calc(50% - 7px);
right: 10px;
line-height: 11px;
}
}
@ -62,6 +63,11 @@ ul.list-suggest {
& span:hover {
color: $chill-l-gray;
}
.person-text {
span {
padding-left: 0px;
}
}
}
}
&.remove-items {
@ -69,7 +75,7 @@ ul.list-suggest {
position: relative;
span {
display: block;
padding-right: .75rem;
padding-right: 1.75rem;
@include remove_link;
}
}