1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-20 13:16:43 +01:00

add logo.

This commit is contained in:
Kushagra Gour 2016-05-07 03:40:03 +05:30
parent e78a86bbce
commit 4b62b39456
4 changed files with 16 additions and 1 deletions

BIN
icon-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -120,6 +120,19 @@
border-top: 1px solid rgba(255,255,255,0.14);
line-height: 20px;
}
.logo {
display: inline-block;
height: 25px;
width: 48px;
background: url(icon-48.png) 0px -12px;
background-repeat: no-repeat;
vertical-align: middle;
-webkit-filter: grayscale(0.9);
transition: 0.4s ease;
}
.footer:hover .logo {
-webkit-filter: grayscale(0);
}
.footer__right {
font-size: 0;
line-height: 0;
@ -229,6 +242,7 @@
</svg>
</a>
</div>
<div class="logo"></div>
&copy; Web-Maker &nbsp;&nbsp;
<a id="js-help-btn">
<svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24">

View File

@ -11,6 +11,7 @@
],
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'",
"icons": {
"16": "icon-16.png"
"16": "icon-16.png",
"48": "icon-48.png"
}
}