2023-01-26 21:08:57 +00:00
|
|
|
/*
|
|
|
|
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 */
|
2023-02-08 20:35:13 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
2023-01-26 21:08:57 +00:00
|
|
|
/* Grid breakpoints */
|
2023-01-12 16:56:35 +00:00
|
|
|
.nameContainer {
|
2023-01-26 21:08:57 +00:00
|
|
|
text-align: center;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-01-26 21:08:57 +00:00
|
|
|
.nameContainer .productBrand {
|
|
|
|
font-weight: 400;
|
2023-01-12 16:56:35 +00:00
|
|
|
font-size: 18px;
|
2023-01-26 21:08:57 +00:00
|
|
|
line-height: 25px;
|
|
|
|
color: #000000;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-01-30 22:25:05 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.nameContainer .productBrand {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
|
2023-01-26 21:08:57 +00:00
|
|
|
.spacer {
|
|
|
|
display: none;
|
2023-02-03 20:22:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.element {
|
|
|
|
padding: 0;
|
2023-01-26 21:08:57 +00:00
|
|
|
}
|