Repository URL to install this package:
|
Version:
0.1.49 ▾
|
@import './colors.scss';
@import './breakpoints-strict.scss';
:global {
.VDWRenderLib_pageWrapper {
background: #fff;
//color: $color-brand-blue;
color: $color-new-grey;
font-family: 'Volvo Sans', sans-serif;
font-size: 14px;
line-height: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding: 0;
p {
margin: 5px 0px;
font-size: 12px;
line-height: 1.5;
}
a {
/*margin: 0;
padding: 0;*/
color: $color-brand-blue;
}
em {
font-style: italic;
}
strong {
font-weight: 600;
}
div {
box-sizing: border-box;
}
/*&.VDWRenderLib_respondToHandhelds {
max-width: $break-small;
}
&.VDWRenderLib_respondToMediumScreens{
max-width: $break-large;
}
&.VDWRenderLib_respondToWideScreens {
}*/
}
}