ADD: Customers
This commit is contained in:
parent
8d282499bd
commit
1137cec1c1
10 changed files with 58 additions and 9 deletions
15
components/Customers/Customers.css
Normal file
15
components/Customers/Customers.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.Customers {
|
||||
& .customer-list {
|
||||
margin-top: 3rem;
|
||||
display: flex;
|
||||
gap: 3rem;
|
||||
|
||||
& img {
|
||||
height: 50px;
|
||||
|
||||
&.white {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue