67 lines
1.2 KiB
CSS
67 lines
1.2 KiB
CSS
/*
|
|
0 - 600PX: Phone
|
|
600 - 900px: Table portrait
|
|
900 - 1200px: Tablet landscape
|
|
[1200 - 1800] is where our nortal styles apply
|
|
1800px + : Big desktop
|
|
*/
|
|
/* Media Query M3 */
|
|
/* Grid breakpoints */
|
|
.newsletter {
|
|
background: red;
|
|
}
|
|
|
|
.skuSelectorContainer--skus {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.productBrand--quickview {
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
color: #575757;
|
|
}
|
|
|
|
.testecontainer {
|
|
margin-left: 50px;
|
|
border: 1px solid red;
|
|
background-color: yellow;
|
|
}
|
|
|
|
.frameAround--skus {
|
|
border: none;
|
|
}
|
|
|
|
.skuSelectorItemTextValue--skus {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: rgba(185, 185, 185, 0.6);
|
|
}
|
|
|
|
.skuSelectorInternalBox--skus {
|
|
border: 1px solid #989898;
|
|
border-radius: 100%;
|
|
width: 40px;
|
|
height: 40px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
}
|
|
|
|
.skuSelectorItem--skus--selected .skuSelectorInternalBox--skus {
|
|
border: 2px solid #000000;
|
|
border-radius: 100%;
|
|
width: 40px;
|
|
height: 40px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
}
|
|
.skuSelectorItem--skus--selected .skuSelectorItemTextValue--skus {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #000000;
|
|
} |