40 lines
691 B
CSS
40 lines
691 B
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 */
|
||
|
.homeLink--Pdp {
|
||
|
padding: 0 2px 4px 2px;
|
||
|
}
|
||
|
.homeLink--Pdp::before {
|
||
|
content: "Home";
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: #929292;
|
||
|
}
|
||
|
.homeLink--Pdp .homeIcon--Pdp {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.link--Pdp,
|
||
|
.term--Pdp {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: #929292;
|
||
|
}
|
||
|
|
||
|
.container--Pdp {
|
||
|
padding: 0;
|
||
|
width: 94.44%;
|
||
|
margin: 0 auto;
|
||
|
}
|