opt-cc/static/src/app/statistic/war-detail/war-detail.component.css

48 lines
598 B
CSS
Raw Normal View History

2017-07-08 21:56:11 +02:00
.overview {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
bottom: 20px;
width: 100%;
padding-left: 50px;
padding-top: 70px;
margin-left: 10px;
height: 100vh;
}
2017-07-09 17:08:32 +02:00
:host /deep/ mfDefaultSorter > a {
color: white;
2017-07-08 21:56:11 +02:00
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
2017-07-10 20:51:15 +02:00
.scoreboard-table-container {
min-width: 920px;
max-width: 920px;
}
2017-07-08 21:56:11 +02:00
.table-container {
overflow-x: auto;
}
.table-head {
background: #222222;
color: white;
}
.cell-outline {
outline: 1px solid #D4D4D4;
}
.text-opfor {
color: firebrick;
}
.text-blufor {
color: blue;
}