forked from M3-Academy/challenge-vtex-io
feat(dados_de_compra):seletores de sku estilizados
This commit is contained in:
parent
40394780af
commit
b3654c7c33
@ -25,6 +25,8 @@ os Requisitos cobrados serão:
|
||||
|
||||
- HACK 6. Newsletter.
|
||||
|
||||
- HACK 7. fazer o pix.
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -124,7 +124,8 @@
|
||||
"sku-selector": {
|
||||
"props": {
|
||||
"variationsSpacing": 3,
|
||||
"showValueNameForImageVariation": true
|
||||
"showValueNameForImageVariation": true,
|
||||
"name": "Outro Tamanho"
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -37,6 +37,27 @@
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName::before {
|
||||
content: "OUTRAS ";
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .frameAround {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
top: -2px;
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorItemTextValue {
|
||||
padding: 0;
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorInternalBox {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::after {
|
||||
content: "S:";
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::before {
|
||||
content: "OUTROS ";
|
||||
}
|
||||
.skuSelectorContainer .skuSelectorInternalBox {
|
||||
border: 2px solid #B9B9B9;
|
||||
}
|
||||
|
@ -34,19 +34,31 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
// &-tamanho{
|
||||
// .skuSelectorTextContainer{
|
||||
// .skuSelectorName{
|
||||
// text-transform: uppercase;
|
||||
// &::after{
|
||||
// content: "S:";
|
||||
// }
|
||||
// &::before{
|
||||
// content: "OUTROS ";
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
&-tamanho{
|
||||
.frameAround{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
top: -2px;
|
||||
}
|
||||
.skuSelectorItemTextValue{
|
||||
padding: 0;
|
||||
}
|
||||
.skuSelectorInternalBox{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.skuSelectorTextContainer{
|
||||
.skuSelectorName{
|
||||
text-transform: uppercase;
|
||||
&::after{
|
||||
content: "S:";
|
||||
}
|
||||
&::before{
|
||||
content: "OUTROS ";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.skuSelectorInternalBox{
|
||||
|
Loading…
Reference in New Issue
Block a user