forked from M3-Academy/challenge-vtex-io
feat: transforma as opções de cor e tamanho em circulos
This commit is contained in:
parent
03b5eab5fb
commit
c348984b4a
@ -10,6 +10,20 @@
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
[class*="numeric-stepper__minus-button__text"] {
|
||||
position: absolute !important;
|
||||
left: 50%;
|
||||
top: 85%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
[class*="numeric-stepper__plus-button__text"] {
|
||||
position: absolute !important;
|
||||
left: 50%;
|
||||
top: 85%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
[class*="numeric-stepper__minus-button"] {
|
||||
height: 49px;
|
||||
position: relative;
|
||||
@ -24,3 +38,24 @@
|
||||
height: 49px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
[class*="skuSelectorInternalBox"] {
|
||||
border-radius: 24px;
|
||||
position: relative;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
[class*="frameAround"] {
|
||||
border-radius: 24px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
[class*="skuSelectorItemTextValue"] {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user