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

View File

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