Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
zulbakar committed Jul 24, 2017
1 parent 7fd61ef commit 657f370
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions app/styles/custom-md.css
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,17 @@ amd-accordian md-content {
width: 100%;
border-top:#e0e0e0 solid 1px;
}
}

.footer-login {
text-align:center;
margin:auto;
font-size:12px;
color:#424242;
background:#ffffff;
position:fixed;
bottom:0;
padding:3px;
width: 100%;
border-top:#e0e0e0 solid 1px;
}
4 changes: 3 additions & 1 deletion app/views/amd-login.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ <h2 flex md-truncate>Login</h2>

</md-card>

</div>
</div>

<div class="footer-login">Copyright (C) 2017 ZulBakar. All rights reserved.</div>
4 changes: 3 additions & 1 deletion app/views/amd-register.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ <h2 flex md-truncate>Register</h2>

</md-card>

</div>
</div>
<br/>
<div class="footer-login">Copyright (C) 2017 ZulBakar. All rights reserved.</div>

0 comments on commit 657f370

Please sign in to comment.