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

View File

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