SideBarDrawer specific variables
Defines SideBarDrawer specific variables
$gbc-SideBarDrawer-min-width
Defines the sidebar drawer min width
Type: size
Default value: "235px"
Computed value: "235px"
$gbc-SideBarDrawer-max-width
Defines the sidebar drawer max width
Type: size
Default value: "500px"
Computed value: "500px"
$gbc-SideBarDrawer-width
Defines the sidebar drawer width
Type: size
Default value: "300px"
Computed value: "300px"
$gbc-SideBarDrawer-gap
Defines the sidebar drawer gap
Type: size
Default value: $gbc-space-xs
Computed value: "4px"
$gbc-SideBarDrawer-z-index
Defines the sidebar drawer z-index - do not touch
Type: number
Default value: $z-index-LogPrompt
Computed value: "100"
$gbc-SideBarDrawer-color
Defines the sidebar drawer text color
Type: color
Default value: $ui-text-icon-color
Computed value: "rgb(31, 31, 31)"
$gbc-SideBarDrawer-background-color
Defines the sidebar drawer background color
Type: color
Default value: $ui-container-color
Computed value: "rgb(255, 255, 255)"
$gbc-SideBarDrawer-AppsSection-show
Controls the visibility of the APPS section in the SideBarDrawer
Type: boolean
Default value: true
Computed value: true
$gbc-SideBarDrawer-display-mode
Controls the visibility modes of the SideBarDrawer. Current supported values are 'all' (default), 'docked' or 'floating'. When 'docked', opening the SideBarDrawer directly docks it and SideBarDrawer is never displayed as a floating sidebar. When 'floating', SideBarDrawer can't be docked
Type: string
Default value: "all"
Computed value: "all"