Added all missing components
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user