RSS Git Download  Clone
Raw Blame History 579B 38 lines

.cory-mat-theme-light {
    cory-layout-footer * {
        color: white;
    }    
}

cory-layout-footer {

    .cory-mat-footer {


        .cory-layout-footer-container {
            position: relative;
            top: -2px;
        }

    }


    .cory-pages-footer-shrink-text {
        @media screen and (min-width: 600px) and (max-width: 840px) {
            display: none !important;
        }

    }

    .cory-pages-footer-shrink-icon {
        @media screen and (min-width: 600px) and (max-width: 840px) {
            min-width: 0px !important;
        }

    }


}