parent
3b135c6b6f
commit
cf8548a29d
|
@ -12,6 +12,7 @@ class StyleSheet
|
|||
protected static $lessFiles = array(
|
||||
'../application/fonts/fontello-ifont/css/ifont-embedded.css',
|
||||
'css/vendor/tipsy.css',
|
||||
'css/icinga/themes/icinga.less',
|
||||
'css/icinga/mixins.less',
|
||||
'css/icinga/defaults.less',
|
||||
'css/icinga/animation.less',
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
// Gray colors
|
||||
@gray: #9E9E9E;
|
||||
@gray-light: #EEEEEE;
|
||||
@gray-lighter: #F7F7F7;
|
||||
|
||||
// Icinga colors
|
||||
@icinga-blue: #0095BF;
|
||||
|
||||
// Background color for <body>
|
||||
@body-bg-color: #fff;
|
||||
|
||||
// Text color on <body>
|
||||
@text-color: #535353;
|
||||
|
||||
// Text color on <a>
|
||||
@link-color: @text-color;
|
||||
|
||||
@font-family: Calibri, Helvetica, sans-serif;
|
Loading…
Reference in New Issue