feat: implement custom project data image

This commit is contained in:
Carlos Valente
2025-07-11 18:42:09 +02:00
parent d8c1c38123
commit 138c6523d2
13 changed files with 130 additions and 116 deletions
@@ -31,3 +31,15 @@
flex: 1;
}
}
.customImage {
display: grid;
grid-template-columns: 1fr 72px;
gap: 1rem;
}
.imageContainer {
width: 72px;
height: 72px;
background-color: $gray-1250;
}