/* * Document : mc.customConfiguration.less * Created on : 07/03/2014, 15:55:00 * Author : Luciano Ganga * $Revision: 2407 $ * $LastChangedDate: 2014-04-10 20:09:12 -0300 (Thu, 10 Apr 2014) $ * $LastChangedBy: sruiz $ * Description: * Variables de configuración del cliente, para el compilado LESS */ /*COMIENZO VARIABLES*/ /*@import "http://fonts.googleapis.com/css?family=Fjalla+One";*/ @baseFontFamily: Arial, Helvetica, sans-serif; @type_Special: 'Fjalla One', sans-serif; @baseFontSize: 14px; @baseLineHeight:14px; @bg: #fff; @bg_type: #000; @bg_dest_type: #C7071C; @color01: #C7071C; @color01_type: #fff; @color01_h: #000; @color01_h_type: #fff; @color02: #000; @color02_type: #fff; @color02_h: #D9DADB; @color02_h_type: #000; @refColor01:#90E24A; @refColor01_type: #90E24A; @refColor02:#FAEC37; @refColor02_type: #D93232; @refColor03:#DC9322; @refColor04:#D93232; @refColor04_type: #D93232; @homeColor:#333; @homeColor_type:#fff; @awayColor: #ddd; @awayColor_type:#333;