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

83 lines
1.1 KiB
SCSS

@import url('../../style/background-image.scss');
.rank-overview-container {
width: 1000px;
margin: auto;
position: relative;
}
@media all and (max-width: 959px) {
.rank-overview-container {
width: 100%;
}
div.column-container {
width: 49%;
}
h1 {
font-size: 26px;
margin: 0.5em 0;
}
h3 {
margin-top: 0;
font-size: 18px;
}
.mat-column-picture {
max-width: 4vw;
}
.mat-column-name {
max-width: 7.5vw;
overflow: hidden;
}
td.mat-cell:first-child {
padding-left: 1vw;
}
td > img {
height: 13vh !important;
max-height: 120px;
max-width: 100%;
padding: 4px;
}
}
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;
padding-bottom: 14px;
padding-top: 11px;
margin-bottom: 0;
background: #222222;
}
.column-container {
width: 48%;
padding-bottom: 20px;
}