Minor styling changes

This commit is contained in:
2020-09-27 15:18:04 +02:00
parent 8e4ae2d9be
commit 919c0c4f6c
2 changed files with 10 additions and 4 deletions

View File

@@ -25,6 +25,10 @@
transform: translate(-50%, -50%);
}
}
&:hover .LP-Link{
background-color: $-beige;
}
}
}
@@ -44,8 +48,8 @@
height: #{$-spacing-small * 2};
width: #{$-spacing-small * 2};
position:relative;
left: #{($-spacing-large - $-spacing-small) / 3};
top: #{($-spacing-large - $-spacing-small) / 3};
left: #{($-spacing-large - $-spacing-small) / 3.5};
top: #{($-spacing-large - $-spacing-small) / 3.5};
}
}
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {