definicao de layout

This commit is contained in:
2026-02-06 14:37:54 +00:00
parent 872a5bb3ea
commit a4f80c85c2
2686 changed files with 640668 additions and 294 deletions

View File

@@ -0,0 +1,36 @@
/**=====================
82. cart CSS start
==========================**/
.cart{
.total-amount{
text-align: right!important;
margin-top: 30px;
}
.amount-space{
margin-left: 40px;
}
.cart-btn-transform{
text-transform: capitalize;
}
.qty-box{
width: 25%;
margin: 0 auto;
.input-group {
.btn {
background-color: #ddd !important;
border-color: #ddd !important;
padding: 5px 12px;
}
}
}
}
.cart-buttons{
margin-top: 30px;
.cart-btn{
float: right;
padding-right: 85px;
}
}
/**=====================
82. cart CSS Ends
==========================**/