Make icons into vue components

This commit is contained in:
N-Pex 2025-05-08 13:10:06 +02:00
parent a97211afdf
commit 110394a40a
26 changed files with 209 additions and 91 deletions

View file

@ -170,3 +170,7 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
letter-spacing: 0.4px;
color: rgba(0, 0, 0, 0.6);
}
.v-card-title {
display: flex;
}