.UndoLink {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    &-link {
        padding: 0 5px;
    }

    &-link.btn:not(.disabled):hover {
        box-shadow: none;
    }
}
