CSS: Introduce class for dark icinga-logo

This commit is contained in:
Florian Strohmaier 2017-11-14 17:24:21 +01:00 committed by Eric Lippmann
parent 2aacaf4034
commit 6097f5796e
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
height: 177px;
margin-bottom: 2em;
width: 100%;
&.invert {
background-image: url('../img/icinga-logo-big-dark.svg');
}
}
.ie8 {