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

40 lines
506 B
CSS
Raw Normal View History

.overview {
position: fixed;
width: 75%;
padding-left: 50px;
padding-top: 20px;
margin-left: 10px;
height: 100vh;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 10px;
overflow-x: auto;
}
.opfor {
color: firebrick;
margin: 40px 0 40px 0;
font-weight: 600
}
.blufor {
color: blue;
margin: 40px 0 40px 0;
font-weight: 600
}
.table-head {
background: #222222;
color: white;
}
.cell-outline {
outline:1px solid #D4D4D4;
}