mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
style fixes
This commit is contained in:
parent
8d663cdee6
commit
44d1535bfb
@ -12,6 +12,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
top: calc(50% - 7px);
|
top: calc(50% - 7px);
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
line-height: 11px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -62,6 +63,11 @@ ul.list-suggest {
|
|||||||
& span:hover {
|
& span:hover {
|
||||||
color: $chill-l-gray;
|
color: $chill-l-gray;
|
||||||
}
|
}
|
||||||
|
.person-text {
|
||||||
|
span {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.remove-items {
|
&.remove-items {
|
||||||
@ -69,7 +75,7 @@ ul.list-suggest {
|
|||||||
position: relative;
|
position: relative;
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
padding-right: .75rem;
|
padding-right: 1.75rem;
|
||||||
@include remove_link;
|
@include remove_link;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user