// Grays // ------------------------- @black: #000; @grayDarker: #222; @grayDark: #333; @gray: #4D4D4D; @grayLight: #999; @grayLighter: #E1E1E1; @white: #fff; //Webgains specific colours @wgRed: #D71920; @wgRedTint: #FFBABA; @wgBlue: #0066CC; @wgGreen: #33CC33; @wgGreenTint: #C4DF9B; // Accent colors // ------------------------- @blue: #0044CC; @blueDark: @wgBlue; @green: @wgGreen; @red: @wgRed; @yellow: #ffc40d; @orange: #f89406; @pink: #c3325f; @purple: #7a43b6; @brandHeight : 128px; @headingsFontWeight: bold; @headingsColor : @grayDark; @bodyBackground: @white; @gridColumnWidth1200: 93px; @gridGutterWidth1200: 16px; //@gridColumns: 9; //@gridColumnWidth: 93px; //@gridGutterWidth: 16px; @linkColor: @blueDark; @linkColorHover: @red; @btnDangerBackground: @red; @btnPrimaryBackground: @blue; @btnPrimaryBackgroundHighlight: #0055CC; //Fonts @sansFontFamily: Arial, sans-serif; @baseFontSize: 12px;