40 lines
392 B
SCSS
40 lines
392 B
SCSS
|
.full-width {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.input-table {
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
.table-card .mat-grid-tile {
|
||
|
background: rgba(0, 0, 0, 0.32);
|
||
|
}
|
||
|
|
||
|
.dmp-profile-editor {
|
||
|
|
||
|
.mat-form-field-full-width{
|
||
|
mat-form-field {
|
||
|
width: 100%;
|
||
|
padding: 3px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
.mat-card {
|
||
|
margin: 16px 0;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin: 16px;
|
||
|
}
|
||
|
|
||
|
.left-button {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.description-area {
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
}
|