368d6fafea
Code backup
26 lines
396 B
Plaintext
26 lines
396 B
Plaintext
// Icinga colors
|
|
@icinga-blue: #232323;
|
|
|
|
// Text colors
|
|
@text-color: @icinga-blue;
|
|
|
|
// other changes
|
|
//#login {
|
|
// background-image: url(../img/.jpg);
|
|
//}
|
|
|
|
label {
|
|
color: @icinga-blue;
|
|
}
|
|
|
|
#header-logo-container {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#header-logo {
|
|
background-image: url(../img/.svg);
|
|
}
|
|
|
|
#layout:not(.minimal-layout).sidebar-collapsed #header-logo {
|
|
background-image: url(../img/.svg);
|
|
} |