feat: new colour picker

- General Fixes
- Event UI change
- Marketplace Collection UI Changes

Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-05-17 16:29:32 +01:00
parent ea5cba2e17
commit b102269161
48 changed files with 417 additions and 1007 deletions

View File

@@ -433,15 +433,17 @@ p.author {
}
.inCollection {
background-image: linear-gradient(to left, transparent, #000),
url('https://external-preview.redd.it/JyhsEoGMhKIMi3kvfBS24L0IllAO_KrIm4UI-dA1Ax4.jpg?auto=webp&s=b5adf9859b2c1855a5b3085f9453a6e878548505');
// background-image: linear-gradient(to left, transparent, #000),
// url('https://external-preview.redd.it/JyhsEoGMhKIMi3kvfBS24L0IllAO_KrIm4UI-dA1Ax4.jpg?auto=webp&s=b5adf9859b2c1855a5b3085f9453a6e878548505');
display: flex;
flex-flow: column;
gap: 15px;
padding: 15px;
margin-top: 15px;
@include themed {
box-shadow: 0 0 0 4px t($modal-sidebarActive);
background-color: t($modal-secondaryColour);
box-shadow: 0 0 0 1px t($modal-sidebarActive);
border-radius: t($borderRadius);
}
}

View File

@@ -52,7 +52,6 @@
button {
margin-top: 10px;
width: 283px;
}
.link {
@@ -67,22 +66,22 @@
}
}
.activityButtons {
place-content: space-between space-between !important;
align-items: flex-end !important;
flex-flow: row wrap !important;
button:not(:first-child) {
width: 40% !important;
height: 99px !important;
flex-flow: column-reverse !important;
.resetDataButtonsLayout {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
:nth-child(1) {
grid-column: span 2;
}
button {
@include modal-button(standard);
padding: 5px 10px 5px 10px;
}
}
table {
border-collapse: separate;