challenge-vtex-io-Rhayllon-.../styles/sass/pages/product/vtex.flex-layout.scss

27 lines
567 B
SCSS

.flexRow--productMainWrapper{
padding: 0 36px;
}
.flexRow--buyButton{
display: flex;
align-items: center;
width: 100%;
margin-left: 10px;
.flexRowContent--buyButton{
margin: 0;
height: 49px;
:global(.vtex-button){
background-color: $color-black;
color: $color-white;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
border: none;
border-radius: 0;
height: 48px;
}
}
}