Aligning X

This commit is contained in:
2020-09-27 17:06:21 +02:00
parent 919c0c4f6c
commit b7a9be0c59
2 changed files with 5 additions and 5 deletions

View File

@@ -48,11 +48,11 @@
height: #{$-spacing-small * 2};
width: #{$-spacing-small * 2};
position:relative;
left: #{($-spacing-large - $-spacing-small) / 3.5};
top: #{($-spacing-large - $-spacing-small) / 3.5};
left: #{($-spacing-large - $-spacing-small) / 3.2};
top: #{($-spacing-large - $-spacing-small) / 3.2};
}
}
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {
visibility: visible;
}
}