Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vasl-templates/vasl_templates/webapp/static/css/tabs-ob.css

24 lines
1.1 KiB

/* -------------------------------------------------------------------- */
.panel-ob_setups { height: 100% ; display: flex ; flex-direction: column ; }
.panel-ob_setups .content { flex-grow: 1 ; }
.panel-ob_setups .footer { margin-top: 0.5em ; display: flex ; align-items: center ; }
/* -------------------------------------------------------------------- */
.panel-ob_notes { height: 100% ; display: flex ; flex-direction: column ; }
.panel-ob_notes .content { flex-grow: 1 ; }
.panel-ob_notes .footer { margin-top: 0.5em ; display: flex ; align-items: center ; }
/* -------------------------------------------------------------------- */
.panel-vehicles { height: 100% ; display: flex ; flex-direction: column ; }
.panel-vehicles .content { flex-grow: 1 ; }
.panel-vehicles .footer { margin-top: 0.5em ; display: flex ; align-items: center ; }
/* -------------------------------------------------------------------- */
.panel-ordnance { height: 100% ; display: flex ; flex-direction: column ; }
.panel-ordnance .content { flex-grow: 1 ; }
.panel-ordnance .footer { margin-top: 0.5em ; display: flex ; align-items: center ; }