Added all missing components
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s

This commit is contained in:
2024-10-26 22:03:54 +02:00
parent eb3bd9b356
commit 4821a955e1
29 changed files with 224 additions and 14 deletions

View File

@@ -0,0 +1,31 @@
:host {
display: flex;
padding: 2rem 0;
}
.contact {
width: 30%;
display: flex;
flex-direction: column;
.naam {
font-size: 1.5rem;
font-weight: bold;
text-transform: uppercase;
word-spacing: 0.7rem;
margin-bottom: 0.5rem;
}
.btw {
margin-top: 1.5rem;
}
a {
text-decoration: none;
color: var(--text-color);
}
}
.barcode {
width: 70%;
}