1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-25 16:01:14 +02: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); border-top: 1px solid rgba(255,255,255,0.14);
line-height: 20px; 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 { .footer__right {
font-size: 0; font-size: 0;
line-height: 0; line-height: 0;
@@ -229,6 +242,7 @@
</svg> </svg>
</a> </a>
</div> </div>
<div class="logo"></div>
&copy; Web-Maker &nbsp;&nbsp; &copy; Web-Maker &nbsp;&nbsp;
<a id="js-help-btn"> <a id="js-help-btn">
<svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24"> <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'", "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'",
"icons": { "icons": {
"16": "icon-16.png" "16": "icon-16.png",
"48": "icon-48.png"
} }
} }