Added description of an icon.

This commit is contained in:
2017-09-15 10:11:53 +07:00
parent 6a3d6d7792
commit 0f011f2545
3 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<main class="documentation">
<section>
<form method="post">
<h1>Login</h1>
<h1>Masuk</h1>
<div class="flex four grow">
<div class="fourth-600 full">
@@ -21,6 +21,7 @@
<div>
<button type="submit" class="half-600 full pseudo">
<i class="fa fa-check fa-fw"></i>
<span style="font-size:smaller;">Masuk</span>
</button>
</div>
</div>

View File

@@ -22,8 +22,9 @@
<input type="hidden" name="_token" value="{{ token }}">
<div class="fourth-600 none"></div>
<div>
<button type="submit" class="three-fourth-600 full">
<button type="submit" class="pseudo three-fourth-600 full">
<i class="fa fa-plus-circle fa-fw" aria-hidden="true"></i>
<span style="font-size:smaller">Register</span>
</button>
</div>
</div>