forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat(product-quantity): Implementa SASS do block product-quantity' (#7) from feature/product-quantity into development
Reviewed-on: #7
This commit is contained in:
commit
8d1f42dd96
56
styles/sass/pages/product/vtex.product-quantity.scss
Normal file
56
styles/sass/pages/product/vtex.product-quantity.scss
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
.quantitySelectorContainer {
|
||||||
|
margin: 0;
|
||||||
|
.quantitySelectorTitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
:global(.vtex-numeric-stepper-wrapper) {
|
||||||
|
:global(.vtex-numeric-stepper-container) {
|
||||||
|
:global(.vtex-numeric-stepper__input) {
|
||||||
|
width: 32px;
|
||||||
|
height: 49px;
|
||||||
|
border-left-width: 0px;
|
||||||
|
border-right-width: 0px;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-color: #cccccc;
|
||||||
|
color: #929292;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
:global(.vtex-numeric-stepper__plus-button-container) {
|
||||||
|
height: 49px;
|
||||||
|
:global(.vtex-numeric-stepper__plus-button) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
height: 49px;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-color: #cccccc;
|
||||||
|
color: #000000;
|
||||||
|
border-radius: 0;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:global(.vtex-numeric-stepper__minus-button-container) {
|
||||||
|
height: 49px;
|
||||||
|
:global(.vtex-numeric-stepper__minus-button) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
height: 49px;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-color: #cccccc;
|
||||||
|
color: #000000;
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// .quantitySelectorStepper {
|
||||||
|
// }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user