@import "../../variables";
@import "../../mixins";

.Portal-section {
    border-bottom: $border_main;
    margin-bottom: $offset_main * 3;
    padding-bottom: $offset_main * 3;

    &:last-of-type {
        border-bottom: none;
    }
}

.Portal-icon {
    cursor: pointer;
    height: $control_height_normal;
    margin-left: $offset_main;
}

.Portal-icon-checkmark,
.PortalPopupContent,
.PortalInlineForm {
    display: none;
}

.Portal-icon-wrapper {
    vertical-align: middle;
}

.Portal-invites-wrapper {
    margin: $offset_main 0;
    padding-left: $offset_main * 2;
}

.Portal-label-name-edit-item {
    & + & {
        margin-top: $text_node_paragraph_top_offset;
    }
}
