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

37 lines
488 B
SCSS
Raw Normal View History

@import url('../../style/background-image.scss');
2018-07-10 20:48:52 +02:00
table {
width: 100%;
}
2018-07-10 20:48:52 +02:00
:host /deep/ table.mat-table {
background: rgba(255, 255, 255, 0.6);
}
2018-07-20 22:33:53 +02:00
:host /deep/ tr.mat-row:hover {
background: #ffffff;
cursor: pointer;
2018-07-20 22:33:53 +02:00
}
2018-07-10 20:48:52 +02:00
td > img {
height: 120px;
padding: 8px;
}
2018-07-10 20:48:52 +02:00
h1, h3 {
text-align: center;
}
2018-07-10 20:48:52 +02:00
h3 {
font-weight: bolder;
2018-08-09 22:07:47 +02:00
padding-bottom: 14px;
padding-top: 11px;
margin-bottom: 0;
background: #222222;
}
2018-07-10 20:48:52 +02:00
.column-container {
width: 48%;
2018-07-10 20:48:52 +02:00
padding-bottom: 20px;
}