_footer.scss 1.5 KB
#wrapper-footer{
    background-color: #F0F0F0;
    padding: 2.0625rem  2.5rem;
    .appArea{ 
        h2{
        margin-left: -0.9375rem;
        }
    }
    .site-info-menu{
        padding-left: 0rem;
        margin-left: 0rem;
    }
}


.chw-title{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    text-align: left;
}
.chw-widget h2{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    text-align: left; 

}
#menu-footer-french,
#menu-footer{
    list-style: none;
    margin-left: 0rem;
    padding-left: 0rem;
    li{
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        padding-left: 0rem;
        display: inline-block;
        padding-right: 0rem;
        @media only screen and (max-width: 48.875rem) {
            display: block;
        }
        a{
            color: #000;
            font-size: 1rem;
            line-height:0.75rem;
            font-weight: 400;
     
            text-decoration: none;
            &:hover{
                color: #000;
                text-decoration: underline;
              
            }
        }
    }
    li::after{
    content: "|";
    display: inline-block;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    @media only screen and (max-width: 48.875rem) {
        content: "";
    }
    }
    li:last-of-type::after{
       display: none;
    }
}

.contact{
    h2{
        margin-left: -0.75rem;
        margin-bottom: 0rem;
    }
}