blob: fed2fb6d45cebe3f62e408604fa4d6fab4a0cb2b [file] [log] [blame]
.mat-table {
overflow: auto;
}
.entity-table {
display: flex;
flex-direction: column;
}
.mat-header-cell {
padding: 0 10px 0 10px;
}
.index-column {
max-width: 40px;
}
.mat-cell {
padding: 0 10px 0 10px;
}
.element-row {
position: relative;
overflow: hidden;
}
.element-row:not(.expanded) {
cursor: pointer;
}
.element-row:not(.expanded):hover {
background: #f5f5f5;
}
.element-row.expanded {
border-bottom-color: transparent;
}
.div-expandable {
padding: 10px 20px 30px 20px;
}