Issue
Code backup
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// 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);
|
||||
}
|
||||
Reference in New Issue
Block a user