2018-08-01 21:39:39 +02:00
|
|
|
:host {
|
|
|
|
display: flow-root;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: -23px;
|
|
|
|
padding-top: 23px;
|
|
|
|
padding-bottom: 23px;
|
|
|
|
background-image: url('../../../assets/bg.jpg');
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2017-10-07 18:06:30 +02:00
|
|
|
.army-member-view {
|
2017-10-03 18:30:29 +02:00
|
|
|
width: 90%;
|
2017-10-07 18:06:30 +02:00
|
|
|
height: 100vh;
|
2017-10-03 18:30:29 +02:00
|
|
|
padding: 5px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2017-10-07 18:06:30 +02:00
|
|
|
.army-member-view-container {
|
|
|
|
width: 90%;
|
|
|
|
min-width: 870px;
|
2018-02-26 09:04:27 +01:00
|
|
|
margin: auto
|
2017-05-18 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
2017-05-18 18:01:00 +02:00
|
|
|
.return-button {
|
2018-07-24 21:43:09 +02:00
|
|
|
position: absolute;
|
2017-10-05 20:15:14 +02:00
|
|
|
display: block;
|
|
|
|
width: auto;
|
2017-05-18 18:01:00 +02:00
|
|
|
}
|
|
|
|
|
2017-05-18 14:32:51 +02:00
|
|
|
.table {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
margin-top: 10px;
|
2017-10-05 20:15:14 +02:00
|
|
|
padding: 5px;
|
2017-05-18 14:32:51 +02:00
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-head {
|
|
|
|
background: #222222;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-01-16 19:46:28 +01:00
|
|
|
tbody {
|
2018-04-11 20:00:14 +02:00
|
|
|
background: rgba(255, 255, 255, 0.88);
|
2018-01-16 19:46:28 +01:00
|
|
|
}
|
|
|
|
|
2017-05-18 14:32:51 +02:00
|
|
|
.cell-outline {
|
2017-05-18 18:01:00 +02:00
|
|
|
outline: 1px solid #D4D4D4;
|
2017-05-18 14:32:51 +02:00
|
|
|
}
|
2018-07-20 22:33:53 +02:00
|
|
|
|
|
|
|
tr.cell-outline:hover {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|