Components
  1. Fixture List
Components
  • Components
    • Components Overview
    • Arena
      • Arena Overview
      • Arena Management
      • Seat Selection
      • Seat Reviews
      • Website Integration
      • Customisation Options
      • Designing Maps
        • Arena Designer
        • Keyboard Controls
    • Fixture List
      • Getting started
      • Configuration
      • Generating a JWT
      • Listening to Events
      • Internationalisation
      • Theming
    • F13 JWT Example
      POST
  1. Fixture List

Theming

You can change the look and feel of the app to fit in line with your brand guidelines.
Target the application root element with css variables with the optional properties below.

CSS variables available#

PropertyDefaultDescription
--igo-container-desktop1024pxWidth of when the application changes to the desktop design
--igo-default-font-familyui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
--igo-default-font-feature-settingsnormal
--igo-default-font-variation-settingsnormal
--acl-spacing.25rem
--acl-radius-lg.5rem
--acl-radius-2xl1rem
--acl-default-transition-duration.15s
--acl-default-transition-timing-functioncubic-bezier(.4,0,.2,1)
--acl-color-primary-light#4b4c99
--acl-color-primary#1f2080
--acl-color-primary-dark#12134c
--acl-color-secondary-light#338feb
--acl-color-secondary#0073e6
--acl-color-secondary-dark#00458a
--acl-color-tertiary-light#614ee3
--acl-color-tertiary#3a22dd
--acl-color-tertiary-dark#221484
--acl-color-success-light#339d92
--acl-color-success#008577
--acl-color-success-dark#004f47
--acl-color-warning-light#ffd754
--acl-color-warning#ffcd29
--acl-color-warning-dark#997b19
--acl-color-error-light#e44863
--acl-color-error#de1b3c
--acl-color-error-dark#851024
--acl-color-G0#000
--acl-color-G1#1a1a1a
--acl-color-G2#474747
--acl-color-G3#bababa
--acl-color-G4#d8d8d8
--acl-color-G5#f2f2f2
--acl-color-G6#fff

Example#

Modified at 2025-04-15 09:31:50
Previous
Internationalisation
Next
F13 JWT Example
Built with