initial commit
This commit is contained in:
parent
1790106c30
commit
03b0dd8422
33 changed files with 1006 additions and 513 deletions
29
src/app/cart-item/cart-item.component.css
Normal file
29
src/app/cart-item/cart-item.component.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.cluster {
|
||||
margin-left: 10px;
|
||||
color: #222;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.item-name {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
.item-actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.item-actions button {
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
margin-left: 0.15rem;
|
||||
}
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue