refactor: aplica mudanças no código
This commit is contained in:
parent
5bd79ff244
commit
096d44dcf9
@ -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%;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user