fix: share modal button styling, marketplace item chip style

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-05-19 23:00:13 +01:00
parent 1088f5c30a
commit 3e79f21eba
6 changed files with 149 additions and 146 deletions

View File

@@ -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 {

View File

@@ -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%;
}