Files
swiss-client/src/app/components/tournament-manage/tournament-manage.component.scss
2025-09-23 20:47:11 +02:00

46 lines
483 B
SCSS

td {
vertical-align: middle;
}
td, th {
background-color: transparent !important;
}
table.wide td, table.wide th {
height: 4em;
}
.winner {
color: green;
font-weight: bold;
}
td.w-team {
width: 30%;
}
td.w-sep {
width: 5%;
}
td.w-fill {
width: 35%;
}
.w-90 {
width: 90% !important;
}
.w-95 {
width: 95% !important;
}
.mat-menu-panel {
z-index: 1000 !important;
}
.has-substitute {
text-decoration-line: underline;
text-decoration-style: dotted;
}