Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
@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 {
        }*/
    }
}