@use 'sass:string';
@use 'color-defaults' as *;
@use 'color-vars' as *;

//## Settings for some of the most global styles.
$mcontainer-bg-color:       $body-background-color; // mcontainer
$link-hover-decoration:     underline; //** Link hover decoration.

// realtime colors
$realtimeEnd:               $gray-90;
$realtimeStart:             $gray-50;
$realtimeOn:                $status-success;
$realtimeOff:               $status-danger;

// Z-index master list
// Warning: Avoid customizing these values.
$zindex-navbar:             1001;
$zindex-dropdown:           1001;
$zindex-popover:            1060;
$zindex-tooltip:            1070;
$zindex-navbar-fixed:       1030;
$zindex-action-bar:         1030;
$zindex-modal-background:   1040;
$zindex-modal:              1050;
$zindex-alerts:             1080;
$zindex-error-detail:       1090;

$use-relative-paths:        false !default;
$used-as-base:              false !default;
$extending:                 false !default; // check if this is being extended by another branding
$logo-login:                string.unquote('.mainlogo');
$logo-navigator:            string.unquote('.navigator .title .tenant-brand');
$font-path:                 'font/'; // Deprecated, just to prevent eventual errors of undefined vars
