Swipe Navigation widget
Variables to customize the Swipe Navigation widget.
$gbc-navigation-arrows-color
Main color of the arrows in the Swipe Navigation widget
Type: color
Default value: $ui-text-icon-color-faded
Computed value: "rgba(31, 31, 31, 0.54)"
$gbc-navigation-arrows-child-color
Second color of the arrows in the Swipe Navigation widget
Type: color
Default value: $ui-on-primary-color
Computed value: "rgb(255, 255, 255)"
$gbc-navigation-dots-color
Color of the other pages in the Swipe Navigation widget
Type: color
Default value: $ui-text-icon-color-faded
Computed value: "rgba(31, 31, 31, 0.54)"
$gbc-navigation-dots-current-color
Color of the current page in the Swipe Navigation widget
Type: color
Default value: $ui-on-primary-color
Computed value: "rgb(255, 255, 255)"
$gbc-navigation-arrows-z-index
z-index used for Swipe Navigation widget arrows
Type: number
Default value: $z-index-above-Normal
Computed value: "2"
$gbc-navigation-dots-z-index
z-index used for Swipe Navigation widget dots
Type: number
Default value: $z-index-above-Normal
Computed value: "2"