31 lines
559 B
SCSS
31 lines
559 B
SCSS
|
.homeLink--Pdp{
|
||
|
padding: 0 2px 4px 2px;
|
||
|
|
||
|
&::before {
|
||
|
content: "Home";
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: $color-gray15;
|
||
|
}
|
||
|
|
||
|
.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: $color-gray15;
|
||
|
}
|
||
|
.container--Pdp{
|
||
|
padding: 0;
|
||
|
width: 94.44%;
|
||
|
margin: 0 auto;
|
||
|
}
|