CSS: Introduce class for dark icinga-logo
This commit is contained in:
parent
2aacaf4034
commit
6097f5796e
|
@ -69,6 +69,10 @@
|
|||
height: 177px;
|
||||
margin-bottom: 2em;
|
||||
width: 100%;
|
||||
|
||||
&.invert {
|
||||
background-image: url('../img/icinga-logo-big-dark.svg');
|
||||
}
|
||||
}
|
||||
|
||||
.ie8 {
|
||||
|
|
Loading…
Reference in New Issue