//wos-brand palette @wos-brand: #4b749b; @wos-brand-lightest: #e3edf7; @wos-brand-lighter: #b9d3eb; @wos-brand-light: #669fd5; @wos-brand-dark: #385775; @wos-brand-darker: #263a4e; @wos-brand-darkest: #131d27; //Gray palette @wos-gray-0: #001a24; @wos-gray-2: #2A2D35; @wos-gray-4: #4B505A; @wos-gray-6: #6d6f78; @wos-gray-b: #B2B2B8; @wos-gray-e: #e4e5ec; @wos-gray-f: #fafafc; //WOS palette @text-color: @wos-gray-2; @text-color-ARCI: rgba(42,45,53,0.6); @color-white: #FFF; @link-color: @wos-brand; @transparent: transparent; @bold-text: 600; @focus-color: @wos-brand-light; @dropdown-item-hover-color: #F2F2F2; @icon-hover-color: #6D6F78; @color_1: #555555; @background-color-1: #F8F8F8; @disabled-background-color: @wos-gray-e; @border-color: @wos-gray-b; @disabled-border-color: @wos-gray-b; @border: 1px solid @border-color; @disabled-text-color: @wos-gray-b;