Make components standalone

This commit is contained in:
Michel ten Voorde
2025-08-26 15:54:40 +02:00
parent d6de1c43fb
commit 27e90ceb17
17 changed files with 139 additions and 121 deletions

View File

@@ -1,6 +1,7 @@
td {
vertical-align: middle;
}
td, th {
background-color: transparent !important;
}
@@ -8,6 +9,7 @@ td, th {
table.wide td, table.wide th {
height: 4em;
}
.winner {
color: green;
font-weight: bold;
@@ -33,6 +35,7 @@ td.w-fill {
width: 95% !important;
}
.material-tooltip {
white-space: pre-line;
.mat-menu-panel {
z-index: 1000 !important;
}