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

42 lines
502 B
CSS

.army-member-view {
width: 90%;
height: 100vh;
padding: 5px;
margin: auto;
}
.army-member-view-container {
width: 90%;
min-width: 870px;
margin:auto
}
.return-button {
display: block;
width: auto;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 10px;
padding: 5px;
overflow-x: auto;
}
.table-head {
background: #222222;
color: white;
}
tbody {
background: #ffffffe0;
}
.cell-outline {
outline: 1px solid #D4D4D4;
}