no cookies or api call...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -670,8 +668,22 @@ a {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.total {
|
||||
margin: 5%;
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.payer {
|
||||
display: flex;
|
||||
margin: 5%;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.carosse {
|
||||
border-color: purple;
|
||||
border-width: 2%;
|
||||
}
|
||||
|
||||
.btn-fermer {
|
||||
background-color: red !important;
|
||||
@@ -726,11 +738,11 @@ a {
|
||||
}
|
||||
|
||||
|
||||
.invoice-list-container{
|
||||
.invoice-list-container {
|
||||
border: beige 2px double;
|
||||
}
|
||||
|
||||
.invoice-item-container{
|
||||
.invoice-item-container {
|
||||
border: black 1px solid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user