Fix army member alignment
parent
7ec7f3fb9b
commit
7a6146f187
|
@ -1,14 +1,14 @@
|
||||||
.overview {
|
.army-member-view {
|
||||||
height: 100vh;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
height: 100vh;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: relative;
|
|
||||||
left: -1%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:host /deep/ #right {
|
.army-member-view-container {
|
||||||
padding-left: 0;
|
width: 90%;
|
||||||
|
min-width: 870px;
|
||||||
|
margin:auto
|
||||||
}
|
}
|
||||||
|
|
||||||
.return-button {
|
.return-button {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="overview">
|
<div class="army-member-view">
|
||||||
<div style="width: 90%; min-width: 870px; margin:auto">
|
<div class="army-member-view-container">
|
||||||
<div class="return-button">
|
<div class="return-button">
|
||||||
<span class="btn btn-default" style="position:absolute;" (click)="backToOverview()">< zurück zur Übersicht</span>
|
<span class="btn btn-default" style="position:absolute;" (click)="backToOverview()">< zurück zur Übersicht</span>
|
||||||
<h3 class="text-center" [ngClass]="user.squad?.fraction === 'BLUFOR' ? 'blufor' : 'opfor'">
|
<h3 class="text-center" [ngClass]="user.squad?.fraction === 'BLUFOR' ? 'blufor' : 'opfor'">
|
||||||
|
|
Loading…
Reference in New Issue