Skip to content

Commit

Permalink
login page css
Browse files Browse the repository at this point in the history
  • Loading branch information
ankithingarajiya committed Feb 5, 2020
1 parent ec1eeb8 commit aaa179e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
</div>
<form>
<div class="input-group custom">
<input type="text" class="form-control" placeholder="Username">
<input type="text" class="form-control form-control-lg" placeholder="Username">
<div class="input-group-append custom">
<span class="input-group-text"><i class="fa fa-user" aria-hidden="true"></i></span>
</div>
</div>
<div class="input-group custom">
<input type="password" class="form-control" placeholder="**********">
<input type="password" class="form-control form-control-lg" placeholder="**********">
<div class="input-group-append custom">
<span class="input-group-text"><i class="fa fa-lock" aria-hidden="true"></i></span>
</div>
Expand Down
5 changes: 4 additions & 1 deletion src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ textarea.form-control{
color: #007bff;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn{
height: 48px;
height: 50px;
font-size: 16px;
}
/* ---------------- form validation class -------------*/
Expand Down Expand Up @@ -444,6 +444,9 @@ textarea.form-control{
font-weight: 500;
padding: .438rem 1rem;
}
.btn-lg{
padding: .657rem 1rem;
}
.btn-lg, .btn-group-lg > .btn{
font-size: 18px;
}
Expand Down
2 changes: 1 addition & 1 deletion vendors/styles/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendors/styles/style.min.css

Large diffs are not rendered by default.

0 comments on commit aaa179e

Please sign in to comment.