forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -168,55 +168,28 @@
|
||||
margin: 0;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList {
|
||||
margin-left: 0;
|
||||
column-gap: 16px;
|
||||
margin: 8px 0 0;
|
||||
height: 48px;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected {
|
||||
border-radius: 100%;
|
||||
border: 2px solid #000000;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: 0;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .frameAround {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: 2px solid #000000;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .skuSelectorInternalBox .valueWrapper,
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .skuSelectorInternalBox .skuSelectorItemImageValue {
|
||||
border-radius: 100%;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem {
|
||||
border-radius: 100%;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: 0;
|
||||
border: 1px solid #989898;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .frameAround {
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .frameAround--sku-selector {
|
||||
border-color: #000000;
|
||||
border-width: 2px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 100%;
|
||||
border: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 24px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 5;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox {
|
||||
|
@ -106,7 +106,6 @@
|
||||
margin-left: 0;
|
||||
column-gap: 16px;
|
||||
margin: 8px 0 0;
|
||||
|
||||
.skuSelectorItem {
|
||||
border-radius: 100%;
|
||||
width: 40px;
|
||||
@ -163,62 +162,30 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.skuSelectorSubcontainer--cor {
|
||||
.skuSelectorNameContainer {
|
||||
margin: 0;
|
||||
.skuSelectorOptionsList {
|
||||
margin-left: 0;
|
||||
column-gap: 16px;
|
||||
margin: 8px 0 0;
|
||||
height: 48px;
|
||||
.skuSelectorItem--selected {
|
||||
border-radius: 100%;
|
||||
border: 2px solid #000000;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: 0;
|
||||
.frameAround {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: 2px solid #000000;
|
||||
}
|
||||
.skuSelectorInternalBox {
|
||||
.valueWrapper,
|
||||
.skuSelectorItemImageValue {
|
||||
border-radius: 100%;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.skuSelectorItem {
|
||||
border-radius: 100%;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: 0;
|
||||
.frameAround {
|
||||
border: 1px solid #989898;
|
||||
.frameAround--sku-selector {
|
||||
border-color: #000000;
|
||||
border-width: 2px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 100%;
|
||||
border: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 24px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 5;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.skuSelectorInternalBox {
|
||||
|
Loading…
Reference in New Issue
Block a user