Remove logo from sidebar
This commit is contained in:
parent
ccf8e4586f
commit
78d7034f50
@ -5,7 +5,6 @@
|
||||
font-family: "Octicons";
|
||||
src: url("fonts/octicons.svg") format("svg"), url("fonts/octicons.woff") format("woff");
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
@ -146,13 +145,11 @@ button {
|
||||
margin-top: 30px;
|
||||
}
|
||||
#sidebar .empty {
|
||||
background: no-repeat url(../img/logo.svg);
|
||||
background-size: 100% 140px;
|
||||
color: #818b9e;
|
||||
line-height: 1.6;
|
||||
font-size: 12px;
|
||||
margin-top: 20px;
|
||||
padding: 150px 40px 80px;
|
||||
padding: 20px 40px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user