|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<div class="enititiesContainer @isVanguard"> |
|
|
|
<div class="enititiesContainer @isVanguard"> |
|
|
|
<EntityHeaderComponent Entity=Entity></EntityHeaderComponent> |
|
|
|
<EntityHeaderComponent Entity=Entity></EntityHeaderComponent> |
|
|
|
|
|
|
|
|
|
|
|
<div> |
|
|
|
<div class="entityPartsContainer"> |
|
|
|
<EntityVanguardAddedComponent Entity=Entity></EntityVanguardAddedComponent> |
|
|
|
<EntityVanguardAddedComponent Entity=Entity></EntityVanguardAddedComponent> |
|
|
|
<EntityInfoComponent Entity=Entity></EntityInfoComponent> |
|
|
|
<EntityInfoComponent Entity=Entity></EntityInfoComponent> |
|
|
|
<EntityVanguardsComponent Entity=Entity></EntityVanguardsComponent> |
|
|
|
<EntityVanguardsComponent Entity=Entity></EntityVanguardsComponent> |
|
|
|
@ -29,6 +29,15 @@ |
|
|
|
padding: 30px; |
|
|
|
padding: 30px; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.entityPartsContainer { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@@media only screen and (max-width: 1025px) { |
|
|
|
@@media only screen and (max-width: 1025px) { |
|
|
|
|