forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -1,3 +1,4 @@
|
|||||||
|
@charset "UTF-8";
|
||||||
/*
|
/*
|
||||||
0 - 600PX: Phone
|
0 - 600PX: Phone
|
||||||
600 - 900px: Table portrait
|
600 - 900px: Table portrait
|
||||||
@ -32,3 +33,21 @@
|
|||||||
grid-template-columns: 48.819% 48.819%;
|
grid-template-columns: 48.819% 48.819%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child {
|
||||||
|
background: #000000;
|
||||||
|
padding: 12px 64px;
|
||||||
|
height: 49px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child :global(.vtex-button__label)::before {
|
||||||
|
content: "ADICIONAR À SACOLA";
|
||||||
|
color: #ffffff;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child :global(.vtex-button__label) :global(.vtex-add-to-cart-button-0-x-buttonDataContainer) {
|
||||||
|
display: none;
|
||||||
|
}
|
@ -23,3 +23,31 @@
|
|||||||
grid-template-columns: 48.819% 48.819%;
|
grid-template-columns: 48.819% 48.819%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Botao add Cart
|
||||||
|
|
||||||
|
.flexRow {
|
||||||
|
.flexRowContent {
|
||||||
|
.stretchChildrenWidth {
|
||||||
|
:global(.vtex-button):first-child {
|
||||||
|
background: #000000;
|
||||||
|
padding: 12px 64px;
|
||||||
|
height: 49px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
:global(.vtex-button__label)::before {
|
||||||
|
content: "ADICIONAR À SACOLA";
|
||||||
|
color: #ffffff;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
:global(.vtex-button__label) {
|
||||||
|
:global(.vtex-add-to-cart-button-0-x-buttonDataContainer) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user