Logo changes, some login

This commit is contained in:
Kenneth Jao 2017-02-07 01:32:42 -05:00
parent 8f5a1d061e
commit cec5516d28
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
#loginHeader {
height: 6vh;
padding: 1%;
background-color: #222328;
}
#loginBody {
height: 94vh;
width: 100%;
@ -13,7 +19,7 @@
}
#loginLogo {
height: 50vh;
height: 100%;
}
#github, #version {

View File

@ -1,7 +1,10 @@
<template name="login">
<div class="noScroll">
<div id="loginHeader">
<img src="LogoText.png" id="loginLogo">
</div>
<div id="loginBody">
<img src="logo.png" id="loginLogo">
</div>
<footer id="loginFooter">
<p id="github">View the <a href="https://github.com/ksjdragon/hourglass">Code!</a></p>

View File

@ -219,7 +219,7 @@
}
.settingHeader div:first-child {
width: 60%;
width: 70%;
display: inline-block;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 34 KiB