@import 'styles/mat-selectors';

adf-aspect-list-dialog {
    display: block;

    #{$mat-expansion-panel-body} {
        margin-top: -2px;
    }
}

.adf {
    &-aspect-list-dialog-title {
        font-size: large;
        font-weight: 200;
        margin-top: 0;
    }

    &-aspect-list-dialog-description {
        font-size: small;
        line-height: normal;
    }

    &-aspect-list-dialog-information {
        display: flex;
        justify-content: space-between;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
        font-size: small;
    }

    &-aspect-list-dialog {
        justify-content: space-between;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 0;

        #{$mat-dialog-content} {
            padding: 0;
        }

        &::before {
            display: none;
        }
    }

    &-aspect-dialog-content {
        margin-bottom: 8px;

        .adf-aspect-property-table {
            .adf-aspect-property-table-cell {
                font-size: smaller;
                color: var(--adf-theme-foreground-text-color-087);
            }

            .adf-aspect-property-table-column {
                &-name {
                    width: 30%;
                }

                &-title {
                    width: 50%;
                }
            }
        }
    }
}
