;/*** @class Global_CSS*//*** @var {boolean} $enable-default-uis* Decides whether or not to include the default UIs for all components.*/; //legacy fallback < 6.1;/*** @var {boolean} $enable-highlights=true* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,* non-performant browsers, or minimalist designs.*/;; // Can disable all theme-generated gradients, text-shadows, and box-shadows./*** @var {boolean} $enable-border-radius* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.*/; //legacy fallback < 6.1; // Can disable all rounded corners/*** @var {boolean} $basic-slider* Optionally remove CSS3 effects from the slider component for improved performance.*/;/*** @var {color} $base-color* The primary color variable from which most elements derive their color scheme.*/;/*** @var {color}* A slightly lightened shade of the base color*/;/*** @var {color}* A light shade of the base color*/;/*** @var {color}* A dark shade of the base color*/;/*** @var {color}* Base neutral color from which neutral colors throughout the theme are derived*/;/*** @var {color}* A light shade of the neutral color*/;/*** @var {color}* A light shade of the neutral color*/;/*** @var {color}* A medium-dark shade of the neutral color*/;/*** @var {color}* A dark shade of the neutral color*/;/*** @var {color}* Base text color to be used throughout the theme*/;/*** @var {color}* A somewhat lightened shade of the base text color*/;/*** @var {color}* A light text color for use on dark backgrounds*/;/*** @var {string} $base-background-gradient* The primary gradient variable from which most elements derive their color scheme.** See background-gradient mixin.*/;/*** @var {string} $font-family* The font-family to be used throughout the theme.** See background-gradient mixin.*/;/*** @var {number} $font-size* The base font-size to be used throughout the theme.*/;/*** @var {number}* The base font-size to be used throughout the theme in the* {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number} $line-height* The base line-height to be used throughout the theme.*/;/*** @var {color} $alert-color* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).*/;/*** @var {color} $confirm-color* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).*/; // Green/*** @var {color} $active-color* Color used for elements like selected rows and certain overlays like the picker mask.*/;/*** @var {measurement} $global-row-height* The minimum row height for items like toolbars.* @private*/;/*** @var {measurement} $global-list-height* The minimum row height for items like toolbars.@private*/;/*** @var {color} $loading-spinner-color* Background-color for the bars in the loading spinner.*/;/*** @var {boolean}* `true` to enable support for a "big" sizing scheme.* "Big" sizing is enabled by a `'x-big'` CSS class on the `<html>` element.* Typically used to provide "tappable sizing for touch-enabled devices.*/;/*** @var {string/number}* The "normal" font-weight to be used throughout the theme.*/;/*** @var {string/number}* The "bold" font-weight to be used throughout the theme.*/;/*** @var {boolean} enable-css-variables* When true will reference CSS variables for all exported variables* used in the theme. Otherwise normal sass conversion will apply.*/; //legacy fallback < 6.1;/**@var {string} $css-variable-selectorSelector to determine where CSS variables are inserted*/;/*** @var {number} default-calc-value* Number that is used to replace null values in calc formulas* @private*/;;;;/*** @var {string}* Cursor for draggable components*/;