2018-07-22 13:09:51 +02:00
|
|
|
.tracer-container {
|
|
|
|
text-align: center;
|
|
|
|
max-width: 1100px;
|
|
|
|
min-width: 800px;
|
|
|
|
position: relative;
|
|
|
|
margin: auto auto 25px;
|
2018-07-22 18:18:46 +02:00
|
|
|
min-height: calc(100vh - 95px);
|
2018-07-22 13:09:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-panel {
|
|
|
|
display: inline-block;
|
|
|
|
margin: inherit;
|
|
|
|
}
|
|
|
|
|
2018-07-22 18:18:46 +02:00
|
|
|
:host /deep/ .show-panel mat-card {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2018-07-22 13:09:51 +02:00
|
|
|
.decoration-show-panel {
|
|
|
|
height: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-table-container {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.mat-table {
|
|
|
|
width: 50%;
|
|
|
|
margin: auto;
|
|
|
|
text-align: left;
|
|
|
|
background: rgba(255, 255, 255, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.mat-table:hover {
|
|
|
|
background: rgba(255, 255, 255, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
:host /deep/ tr.mat-row:hover {
|
|
|
|
background: #ffffff;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|