move sections styling
This commit is contained in:
parent
c466631f27
commit
77846acbd6
@ -15,9 +15,12 @@
|
|||||||
grid-column: 1 / span 3 !important;
|
grid-column: 1 / span 3 !important;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
background-color: var(--primary-background);
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: var(--font-scale-12);
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<main>
|
<Identification {...identification} />
|
||||||
<Identification {...identification} />
|
<Propulsion {...propulsion} />
|
||||||
<Propulsion {...propulsion} />
|
<Structure {...structure} />
|
||||||
<Structure {...structure} />
|
<Weaponry {...weaponry} />
|
||||||
<Weaponry {...weaponry} />
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Identification from "./ShipEdit/Identification.svelte";
|
import Identification from "./ShipEdit/Identification.svelte";
|
||||||
|
Loading…
Reference in New Issue
Block a user