feat: estilização do botão de quantidade feita
This commit is contained in:
parent
5bc6c42019
commit
e897a62fed
@ -1,12 +1,12 @@
|
||||
[class*="html--pix"] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 26px;
|
||||
}
|
||||
|
||||
[class*="html--cart-button"] {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
|
||||
} vtex-button{
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
|
@ -13,3 +13,14 @@
|
||||
.quantitySelectorContainer .quantitySelectorTitle {
|
||||
display: none;
|
||||
}
|
||||
.quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper__input) {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
.quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper__minus-button) {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
.quantitySelectorContainer .quantitySelectorStepper :global(.vtex-numeric-stepper__plus-button) {
|
||||
color: #000;
|
||||
}
|
@ -3,6 +3,22 @@
|
||||
.quantitySelectorTitle {
|
||||
display: none;
|
||||
}
|
||||
.quantitySelectorStepper :global(.vtex-numeric-stepper__input){
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.quantitySelectorStepper :global(.vtex-numeric-stepper__minus-button) {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.quantitySelectorStepper :global(.vtex-numeric-stepper__plus-button) {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user