Aligning X

This commit is contained in:
reverend 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;
}
}

View File

@ -1636,8 +1636,8 @@ body {
height: 20px;
width: 20px;
position: relative;
left: 7.14286px;
top: 7.14286px; }
left: 7.8125px;
top: 7.8125px; }
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
visibility: visible; }