mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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',
|
||||
|
18
public/css/icinga/themes/icinga.less
Normal file
18
public/css/icinga/themes/icinga.less
Normal file
@ -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…
x
Reference in New Issue
Block a user