opt-cc/static/src/app/statistic/war/scoreboard/scoreboard.component.css

59 lines
1.1 KiB
CSS

.scoreboard-table {
height: 60vh;
width: fit-content;
border: 1px solid #dadada;
overflow-x: auto;
margin: 56px auto auto;
}
:host /deep/ table.mat-table > thead {
position: absolute;
width: 977px;
display: inherit;
margin-left: -1px;
margin-top: -57px;
border: 1px solid #dadada;
}
:host /deep/ table.mat-table > tbody {
margin-top: 0 !important;
}
.in-table-btn {
position: absolute;
margin-top: -5px;
}
table.mat-table img {
filter: invert(60%);
}
:host /deep/ table.mat-table > tbody {
margin-top: 60px;
display: block;
}
.mat-column-name {
width: 200px;
}
.mat-column-fraction {
width: 90px;
}
.mat-column-kill, .mat-column-friendlyFire, .mat-column-revive, .mat-column-flagTouch, .mat-column-vehicleLight,
.mat-column-vehicleHeavy, .mat-column-vehicleAir, .mat-column-death, .mat-column-respawn, .mat-column-interact {
width: 67px;
text-indent: 9px;
}
td.mat-cell:last-child, td.mat-footer-cell:last-child, th.mat-header-cell:last-child {
padding-right: 0;
}
/* MAT ICON BUTTON */
:host /deep/ .mat-table .mat-icon {
color: #666666;
}