mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* variables item * unit tests * translations fix * docs added * change requests * change requests
23 lines
396 B
SCSS
23 lines
396 B
SCSS
.card-view {
|
|
&__key-value-pairs {
|
|
&__col {
|
|
display: inline-block;
|
|
width: 39%;
|
|
|
|
.mat-form-field {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&__read-only {
|
|
.mat-table {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.mat-header-row, .mat-row {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|