Added SilverStripe branding to mobile sidebar

This commit is contained in:
Jared Lee 2016-10-21 11:01:29 +13:00 committed by Cam Findlay
parent e8dc86a0e9
commit 5059464eaa
1 changed files with 4 additions and 3 deletions

View File

@ -103,9 +103,10 @@ form .message.error {
display: none;
}
#sidebar a.logo {
height: 20px;
width: 20px;
display: block;
height: 40px;
margin: 16px;
background-color: red;
background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg);
background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat;
}
}