fix: marketplace style fixes and update dependencies

This commit is contained in:
David Ralph
2021-04-25 22:46:17 +01:00
parent 1c4a0fa9c1
commit 48979d4a75
3 changed files with 13 additions and 13 deletions

View File

@@ -39,7 +39,7 @@
.addToMue {
@extend %storebutton;
margin-top: 5px;
margin-top: 12px;
}
.sideload {

View File

@@ -1,5 +1,5 @@
#item a {
color: map-get($button-colours, 'other');
color: var(--modal-link);
cursor: pointer;
&:hover {
@@ -32,8 +32,8 @@
box-shadow: 0 0 6px rgb(0 0 0 / 30%);
img {
height: 100%;
width: auto;
height: 80px;
width: 80px;
border-radius: 12px 0 0 12px;
background: white;
}