29 lines
445 B
CSS
29 lines
445 B
CSS
|
|
/* estilização do botão da sacola */
|
|
[class*="m3-boxBuy"] {
|
|
display: flex;
|
|
gap:10px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
[class*="html--m3buyButton"] >[class*="button"] {
|
|
width: 100%;
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
background-color: black;
|
|
height: 49px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|