aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-09-08 17:47:20 +0200
committerMarco Alexander Fischer2018-09-08 17:47:20 +0200
commitf80a71ea1bade9caf2fba2e505fb1d8386e89444 (patch)
treeb20d47812fdbb9cfbb05411640423b1f688494cb
parentc53e5135eb8d6e8c3edc435d14ff70c96f0c4551 (diff)
Reduced ui size :lipstick:
-rw-r--r--assets/css/style.css4
-rw-r--r--index.html9
2 files changed, 8 insertions, 5 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 39869df..b10552b 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -65,7 +65,7 @@ body {
.input {
width: 70%;
- height: 50px;
+ height: 20px;
background: transparent;
padding: auto;
font-family: Ubuntu-Bold;
@@ -74,7 +74,7 @@ body {
}
.lnr {
- font-size: 50px;
+ font-size: 20px;
}
.graytext {
diff --git a/index.html b/index.html
index ba731a1..a70759a 100644
--- a/index.html
+++ b/index.html
@@ -18,12 +18,15 @@
</div>
<div class="loginform-box">
<p class="graytext">Your Account</p>
- <div class="input.validate-input" data-validate="Enter username">
+ <br>
+ <div class="email">
<span class="lnr lnr-user"></span>
<input type="text" name="username" class="input" placeholder="Username or eMail"><br/>
</div>
- <span class="lnr lnr-lock"></span>
- <input type="password" name="password" class="input" placeholder="Password"><br/>
+ <div class="password">
+ <span class="lnr lnr-lock"></span>
+ <input type="password" name="password" class="input" placeholder="Password"><br/>
+ </div>
<br>
<button class="button-blue">Login</button>
</div>