basic commandes et mesCommandes

This commit is contained in:
Victor Turgeon
2022-11-08 00:42:15 -05:00
parent 28fff14d96
commit a5a1be67a3
4 changed files with 180 additions and 31 deletions

View File

@@ -599,9 +599,7 @@ a {
margin-top: 25px;
}
.detail-status-available {
}
.detail-status-available {}
.detail-status-backorder {}
@@ -621,34 +619,34 @@ a {
}
.detail-container-image {
margin:auto;
margin-top:25px;
margin: auto;
margin-top: 25px;
width: 35%;
height: 100%;
}
.detail-container-info {
margin:auto;
margin: auto;
width: 35%;
height: 100%;
}
.detail-container-controls {
margin:auto;
display:inline-flex;
width:20%;
height:100%;
margin: auto;
display: inline-flex;
width: 20%;
height: 100%;
}
.qty-select {
width: fit-content;
height:fit-content;
margin:auto;
height: fit-content;
margin: auto;
}
.add-to-cart{
width:auto;
.add-to-cart {
width: auto;
margin-left: 10px;
}
@@ -657,7 +655,7 @@ a {
height: auto;
}
.detail-price{
.detail-price {
font-weight: bold;
}
@@ -726,20 +724,67 @@ a {
}
.invoice-list-container{
border: beige 2px double;
.invoice-list-container {
display: block;
}
.invoice-item-container{
border: black 1px solid;
.invoice-item-container {
margin: 0px 20px 10px 20px;
background-color: purple;
border-radius: 5px;
padding: 10px;
box-shadow: rgba(0, 0, 0, 0.5) 5px 5px;
display: flex;
}
.invoice-item-info {
background-color: beige;
border-radius: 5px;
padding: 10px;
width: 50%;
margin: auto;
margin-top: 10px;
}
.invoice-item-products {
color: white;
width: 40%;
margin: auto;
}
.invoice-item-products li {
padding: 5px;
/* border: white 1px solid; */
background-color: black;
border-radius: 3px;
margin-bottom: 2px;
}
.invoice-item-expedition {}
.invoice-item-product-list {}
.invoice-item-price {}
/* -------------------------------------------------------- */
/* specification pour les moyennes écrans
/* -------------------------------------------------------- */
@media(max-width:900px) {
.invoice-item-container {
display: block;
}
.invoice-item-info {
width: 90%;
}
.invoice-item-products {
margin-top:10px;
margin-bottom: 10px;
width: 90%;
}
.btn-ajouter-morceau {
display: block;
margin: auto;