Logo changes, some login
This commit is contained in:
parent
8f5a1d061e
commit
cec5516d28
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 |
Loading…
x
Reference in New Issue
Block a user