Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/facebook.codeskitter.site/admin-panel/assets/sass/components/
Upload File :
Current File : /home/users/unlimited/www/facebook.codeskitter.site/admin-panel/assets/sass/components/footer.scss

footer.content-footer {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: $navigation-width;
    height: $footer-height;

    & * {
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 11px;
        color: rgba(white, .5);
    }

    a {
        color: rgba(white, .5);

        &:hover {
            color: white;
        }
    }

    .nav {
        a {
            padding: 5px 0;
            margin-left: 15px;
            color: rgba(white, .5);

            &:hover {
                background: none !important;
                color: white;
            }
        }
    }

}