@import "@/settings";

.link {
    a {
        display: inline-block;
        width: 40px;
        color: $color-white;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
}
