
.navbtn {
    // The same style as navbtn--text-only, except this one has a border
    // and aligns the icon from the top of the text
    &--text-with-icon {
        width: auto;
        line-height: 4.8rem;
        padding: 0 20px;
        font-size: 1.5rem;
        border: 0;
        border-left: 1px solid rgba(0,0,0,.1) !important;

        i {
            vertical-align: text-top !important;
            margin-right: 0.6rem;
        }
    }
}
