@import "../../../assets/css/variable";

.footer {
    
    color: $global-font-color-desc;
    font-size: 14px;
    padding: 6px 0 6px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-color: white;
    a {
        margin-left: 5px;
    }

    .footer-link {
        display: inline-block;

        > a {
            &:before {
                content: '|';
                margin-right: 5px;
            }
        }
    }
}
