refactor: aplica mudanças no código

This commit is contained in:
Sabrina Miranda 2023-02-03 19:35:34 -03:00
parent 5bd79ff244
commit 096d44dcf9
2 changed files with 11 additions and 20 deletions

View File

@ -130,7 +130,7 @@
color: #000000;
}
.skuSelectorItem--selected :global(.vtex-store-components-3-x-diagonalCross) {
border: 2px solid #000000;
border: 1.5px solid #000000;
}
.skuSelectorItem--selected :global(.vtex-store-components-3-x-skuSelectorInternalBox) {
border: none;
@ -321,6 +321,7 @@
position: absolute;
top: 58px;
width: 100%;
border-radius: 0;
}
.submit :global(.vtex-button) {
height: 49px;
@ -339,20 +340,13 @@
color: #FFFFFF;
}
.input {
/*
&::placeholder {
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #989898;
}
*/
}
.input :global(.vtex-input__error) {
position: absolute;
top: 32px;
}
.input :global(.vtex-input-prefix__group) {
border-radius: 0;
}
.subscriberContainer {
width: 60.07%;

View File

@ -124,7 +124,7 @@
}
:global(.vtex-store-components-3-x-diagonalCross) {
border: 2px solid #000000;
border: 1.5px solid #000000;
}
:global(.vtex-store-components-3-x-skuSelectorInternalBox) {
@ -332,6 +332,7 @@
position: absolute;
top: 58px;
width: 100%;
border-radius: 0;
:global(.vtex-button) {
height: 49px;
@ -354,18 +355,14 @@
}
.input {
/*
&::placeholder {
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #989898;
}
*/
:global(.vtex-input__error) {
position: absolute;
top: 32px;
}
:global(.vtex-input-prefix__group) {
border-radius: 0;
}
}
.subscriberContainer {