mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
66 lines
1.3 KiB
SCSS
66 lines
1.3 KiB
SCSS
@import 'styles/mat-selectors';
|
|
|
|
adf-aspect-list-dialog {
|
|
display: block;
|
|
padding: 24px 24px 8px 24px;
|
|
}
|
|
|
|
.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-top: 10px;
|
|
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 {
|
|
padding-top: 3px;
|
|
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%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|