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

46 lines
671 B
CSS

:host {
display: flow-root;
height: 100%;
width: 100%;
margin-top: -23px;
padding-top: 23px;
padding-bottom: 23px;
background-image: url('../../../assets/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
}
table {
width: 100%;
}
:host /deep/ table.mat-table {
background: rgba(255, 255, 255, 0.6);
}
:host /deep/ tr.mat-row:hover {
background: #ffffff;
cursor: pointer;
}
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;
}