development #34

Merged
Rafael_Sampaio_de_Oliveira merged 65 commits from development into master 2023-02-03 19:53:10 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 0e16209b4d - Show all commits

View File

@ -61,6 +61,9 @@
color: rgba(185, 185, 185, 0.6);
}
.skuSelectorItem--selected .diagonalCross {
color: #000000;
}
.skuSelectorItem--selected .skuSelectorItemTextValue {
font-style: normal;
font-weight: 400;

View File

@ -51,6 +51,10 @@
}
.skuSelectorItem--selected {
.diagonalCross {
color: $color-black;
}
.skuSelectorItemTextValue {
font-style: normal;
font-weight: 400;