parent
bcebb1ba33
commit
a6aee96c79
6 changed files with 321 additions and 55 deletions
@ -0,0 +1,68 @@ |
|||||||
|
.mobile-cart-table-product{ |
||||||
|
width: 100%; |
||||||
|
img{ |
||||||
|
height: 100px; |
||||||
|
width: 70px; |
||||||
|
border-radius: 10px; |
||||||
|
} |
||||||
|
&__info{ |
||||||
|
strong, p , span{ |
||||||
|
margin: 0px; |
||||||
|
font-family: numeralLight; |
||||||
|
} |
||||||
|
p{ |
||||||
|
color: #00CC69; |
||||||
|
} |
||||||
|
span{ |
||||||
|
color: #2580EC; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.mobile-cart-table-price{ |
||||||
|
text-align: center; |
||||||
|
&__price{ |
||||||
|
strong, span{ |
||||||
|
font-family: numeralLight; |
||||||
|
} |
||||||
|
strong{ |
||||||
|
color: #4D4D4F; |
||||||
|
} |
||||||
|
span{ |
||||||
|
color: #4D4D4F; |
||||||
|
letter-spacing: -1px; |
||||||
|
} |
||||||
|
} |
||||||
|
&__info{ |
||||||
|
strong, p , span{ |
||||||
|
margin: 0px; |
||||||
|
font-family: numeralLight; |
||||||
|
} |
||||||
|
p{ |
||||||
|
color: #00CC69; |
||||||
|
} |
||||||
|
span{ |
||||||
|
color: #2580EC; |
||||||
|
} |
||||||
|
} |
||||||
|
&__counter{ |
||||||
|
padding: 5px 5px; |
||||||
|
border: 1px solid rgb(177, 177, 177); |
||||||
|
border-radius: 8px; |
||||||
|
margin-top: 10px; |
||||||
|
button{ |
||||||
|
border: 0px; |
||||||
|
background-color: white; |
||||||
|
color: #4D4D4F; |
||||||
|
} |
||||||
|
span{ |
||||||
|
margin: 0px 15px; |
||||||
|
color: #4D4D4F; |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.MuiTableCell-root{ |
||||||
|
padding: 10px 0px !important; |
||||||
|
} |
Loading…
Reference in new issue