.edit__button {
    height: 120%;
    color: var(--color-edit-button);
    display: contents;
    padding: 0;
    cursor: pointer;
    border: none;

    & .edit__icon { height: inherit; }
}

