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

56 lines
751 B
SCSS
Raw Normal View History

@import url('../../style/background-image.scss');
2017-10-07 18:06:30 +02:00
.army-member-view {
width: 90%;
2019-03-03 18:09:20 +01:00
min-height: 100vh;
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 18:01:00 +02:00
.return-button {
position: absolute;
2018-08-04 10:35:26 +02:00
padding-left: 5px;
2017-05-18 18:01:00 +02:00
}
2019-03-03 18:09:20 +01:00
div.table-container {
margin-top:20px;
2017-10-05 20:15:14 +02:00
padding: 5px;
overflow-x: auto;
2019-03-03 18:09:20 +01:00
min-width: 500px;
}
.table-head {
background: #222222;
color: white;
}
2019-03-03 18:09:20 +01:00
mat-table.mat-table {
background: rgba(255, 255, 255, 0.70);
.mat-column-award-graphics {
flex: 0 0 15%;
}
.mat-column-title {
flex: 0 0 25%;
}
.mat-column-reason {
flex: 0 0 52%;
}
2019-03-03 18:09:20 +01:00
.mat-column-date {
flex: 0 0 8%;
}
}
2018-07-20 22:33:53 +02:00
2019-03-03 18:09:20 +01:00
mat-row.mat-row {
@extend mat-table.mat-table;
2018-07-20 22:33:53 +02:00
}