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
@@ -10,6 +10,7 @@
align-items: center;
flex-direction: row;
gap: 1rem;
width: 100%;
}
.vertical {
@@ -21,6 +22,7 @@
display: flex;
align-items: center;
gap: 0.5rem;
height: 2rem;
&:has([data-checked]) {
color: $ui-white;