﻿.create-new-link-button {
    display: flex;
    justify-content: center;
    text-decoration: none;
    height: 30px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #007f93;
    color: #007f93;
}

    .create-new-link-button:focus, .create-new-link-button:hover {
        text-decoration: none;
        color: #003b5b;
        border: 1px solid #003b5b;
    }

.create-new-link-icon {
    margin-right: 5px;
}


@media only screen and (max-width: 980px) {
    .create-new-link-text {
        display: none;
    }

    .create-new-link-icon {
        margin: 0;
    }
}
