opt-cc/static/src/app/army/army-member.component.css

49 lines
640 B
CSS

.overview {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
bottom: 20px;
padding-left: 50px;
padding-top: 190px;
margin-left: 10px;
height: 100vh;
}
.return-button {
background: white;
width: 90vw;
height: 80px;
z-index: 1;
position: relative;
padding: 20px 0 20px 0;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 10px;
overflow-x: auto;
}
.opfor {
color: firebrick;
font-weight: 600;
}
.blufor {
color: blue;
font-weight: 600;
}
.table-head {
background: #222222;
color: white;
}
.cell-outline {
outline: 1px solid #D4D4D4;
}