34 lines
597 B
SCSS
34 lines
597 B
SCSS
// button.flexRow--btn-product {
|
|
// background-color: black;
|
|
// border-color: black;
|
|
// max-width: 526px;
|
|
// width: 100%;
|
|
// height: 49px;
|
|
// display: flex;
|
|
// border-radius: 0px;
|
|
// }
|
|
|
|
.flexRow--btn-product {
|
|
width: 100%;
|
|
|
|
max-width: 380px;
|
|
bottom: 75px;
|
|
position: relative;
|
|
left: 155px;
|
|
|
|
:global(.vtex-button) {
|
|
background-color: black;
|
|
border: 1px solid black;
|
|
border-radius: 0;
|
|
height: 49px;
|
|
|
|
&:hover {
|
|
background-color: rgb(36, 36, 36);
|
|
}
|
|
}
|
|
|
|
.flexRow--btn-product--botao-adicionar {
|
|
font-family: "Open Sans", sans-serif;
|
|
}
|
|
}
|