.link-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

    &:hover {
        color: #d81b60;
        text-decoration: none;
    }

    &:focus {
        outline: none;
    }
}
