opt-cc/static/src/app/pub/rank-overview/rank-overview.component.css

31 lines
352 B
CSS

table {
width: 100%;
}
:host /deep/ table.mat-table {
background: rgba(255, 255, 255, 0.6);
}
:host /deep/ tr.mat-row:hover {
background: #ffffff;
}
td > img {
height: 120px;
padding: 8px;
}
h1, h3 {
text-align: center;
}
h3 {
font-weight: bolder;
margin-bottom: 20px;
}
.column-container {
width:48%;
padding-bottom: 20px;
}