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 {
|
#loginBody {
|
||||||
height: 94vh;
|
height: 94vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -13,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#loginLogo {
|
#loginLogo {
|
||||||
height: 50vh;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#github, #version {
|
#github, #version {
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
<template name="login">
|
<template name="login">
|
||||||
<div class="noScroll">
|
<div class="noScroll">
|
||||||
|
<div id="loginHeader">
|
||||||
|
<img src="LogoText.png" id="loginLogo">
|
||||||
|
</div>
|
||||||
<div id="loginBody">
|
<div id="loginBody">
|
||||||
<img src="logo.png" id="loginLogo">
|
|
||||||
</div>
|
</div>
|
||||||
<footer id="loginFooter">
|
<footer id="loginFooter">
|
||||||
<p id="github">View the <a href="https://github.com/ksjdragon/hourglass">Code!</a></p>
|
<p id="github">View the <a href="https://github.com/ksjdragon/hourglass">Code!</a></p>
|
||||||
|
|||||||
@ -219,7 +219,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.settingHeader div:first-child {
|
.settingHeader div:first-child {
|
||||||
width: 60%;
|
width: 70%;
|
||||||
display: inline-block;
|
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