mirror of
https://github.com/mue/mue.git
synced 2026-07-09 05:34:20 +02:00
fix: marketplace style fixes and update dependencies
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
.addToMue {
|
||||
@extend %storebutton;
|
||||
margin-top: 5px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.sideload {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user