mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: share modal button styling, marketplace item chip style
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
|
||||
.card-title {
|
||||
font-size: 18px;
|
||||
@@ -92,7 +93,7 @@
|
||||
}
|
||||
|
||||
border-radius: 150px;
|
||||
padding: 2px 8px;
|
||||
padding: 2px 15px;
|
||||
background-color: rgb(255 255 255 / 10%);
|
||||
border: 1px solid rgb(209 213 219 / 30%);
|
||||
}
|
||||
@@ -126,7 +127,7 @@
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
max-width: 650px !important;
|
||||
word-wrap: break-word !important;
|
||||
word-wrap: break-word !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +137,7 @@
|
||||
background-size: cover;
|
||||
border-radius: 15px;
|
||||
width: 30%;
|
||||
max-width: 300px;
|
||||
max-width: 250px;
|
||||
max-height: 600px;
|
||||
|
||||
.front {
|
||||
@@ -450,7 +451,9 @@ p.author {
|
||||
|
||||
.title:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.createYourOwn {
|
||||
|
||||
@@ -33,11 +33,10 @@ p.description {
|
||||
svg {
|
||||
@include themed {
|
||||
background-image: t($slightGradient);
|
||||
box-shadow: t($boxShadow);
|
||||
}
|
||||
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
font-size: 20px;
|
||||
padding: 7px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user