forked from M3-Academy/challenge-vtex-io
feat: adiciona cor cruz diagonal sku
This commit is contained in:
parent
c3a9d4e53e
commit
0e16209b4d
@ -61,6 +61,9 @@
|
|||||||
color: rgba(185, 185, 185, 0.6);
|
color: rgba(185, 185, 185, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skuSelectorItem--selected .diagonalCross {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
.skuSelectorItem--selected .skuSelectorItemTextValue {
|
.skuSelectorItem--selected .skuSelectorItemTextValue {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -51,6 +51,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.skuSelectorItem--selected {
|
.skuSelectorItem--selected {
|
||||||
|
.diagonalCross {
|
||||||
|
color: $color-black;
|
||||||
|
}
|
||||||
|
|
||||||
.skuSelectorItemTextValue {
|
.skuSelectorItemTextValue {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
Loading…
Reference in New Issue
Block a user