// // Variables // -------------------------------------------------- @header-background-color-ie: @toolbar-header-document-ie; @header-background-color: var(--toolbar-header-document); @toolbar-header-text-on-background-ie: @text-toolbar-header-on-background-document-ie; @toolbar-header-text-on-background: var(--text-toolbar-header-on-background-document); @tab-header-ie: @tab-header-document-ie; @tab-header: var(--highlight-header-tab-underline-document); @tab-toolbar-ie: @tab-toolbar-document-ie; @tab-toolbar: var(--highlight-toolbar-tab-underline-document); // Active color // ------------------------- //@blue-darker: #00f; //@blue-dark: #5170b5; //@blue: #5a7dc9; //@blue-light: #6b8acf; //@blue-lighter: #00f; //@brand-active: @blue-dark; //@brand-active-light: @blue-light;