feat: adiciona css de frameAround
This commit is contained in:
parent
4a32541a4b
commit
904f5a4149
@ -5,6 +5,12 @@
|
|||||||
}
|
}
|
||||||
.priceandp{
|
.priceandp{
|
||||||
margin-left: 26px;
|
margin-left: 26px;
|
||||||
|
font-family: 'Open Sans';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 25px;
|
||||||
|
color: rgba(0, 0, 0, 0.58);
|
||||||
}
|
}
|
||||||
.priceandp>p{
|
.priceandp>p{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -38,4 +38,32 @@
|
|||||||
.skuSelectorContainer {
|
.skuSelectorContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frameAround,
|
||||||
|
.skuSelectorInternalBox {
|
||||||
|
border-radius: 1.5rem;
|
||||||
|
z-index: 3;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skuSelectorSubcontainer--tamanho .skuSelectorItem {
|
||||||
|
height: 43px;
|
||||||
|
}
|
||||||
|
.skuSelectorSubcontainer--tamanho .frameAround {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
bottom: -0.25rem;
|
||||||
|
top: 0rem;
|
||||||
|
left: 0rem;
|
||||||
|
right: -0.25rem;
|
||||||
|
}
|
||||||
|
.skuSelectorSubcontainer--tamanho .valueWrapper {
|
||||||
|
padding: 10px 11px;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frameAround {
|
||||||
|
border-color: #000;
|
||||||
}
|
}
|
@ -28,3 +28,34 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
.frameAround,
|
||||||
|
.skuSelectorInternalBox {
|
||||||
|
border-radius: 1.5rem;
|
||||||
|
z-index: 3;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skuSelectorSubcontainer--tamanho {
|
||||||
|
.skuSelectorItem {
|
||||||
|
height: 43px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frameAround {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
|
||||||
|
bottom: -0.25rem;
|
||||||
|
top: 0rem;
|
||||||
|
left: 0rem;
|
||||||
|
right: -0.25rem;
|
||||||
|
}
|
||||||
|
.valueWrapper {
|
||||||
|
padding: 10px 11px;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.frameAround {
|
||||||
|
border-color: #000;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user