SES-165 players tables #84

Merged
s426134 merged 6 commits from SES-165 into dev 2021-01-22 07:46:32 +01:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 98079872ca - Show all commits

View File

@ -61,3 +61,15 @@ table.mat-table {
margin-left: 0%;
}
}
@media (min-width: 468px) and (max-width: 768px) {
.custom-container {
width: 410px;
}
}
@media (min-width: 768px) {
.custom-container {
width: 580px;
}
}

View File

@ -1,3 +1,5 @@
<div class="custom-container">
<div class="custom-container">
<div class="text-centre">Your other equipment:</div>
<mat-form-field class="filter-class">
<mat-label>Filter</mat-label>
@ -33,3 +35,5 @@
<mat-paginator [pageSizeOptions]="[5, 10]"></mat-paginator>
</div>
</div>
</div>