You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.template-components__section {
position: relative;
padding-top: var( --space-sm );
padding-bottom: var( --space-sm );
display: flex;
flex-direction: column;
gap: var( --space-xs );
line-height: var( --line-height-xx-small );
}
/* TemplateStyles style tag can get in-between */
.template-components__section + .template-components__section,
.template-components__section + style + .template-components__section {
border-top: 1px solid var( --border-color-base );
}
.template-components__label {
align-self: flex-start;
display: flex;
align-items: center;
color: var( --color-subtle );
font-size: var( --font-size-small );
000
1:0
Return to Module:VehicleHardpoint/styles.css.