-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #476 from internet4000/fix/login-style
improve login/signup styles
- Loading branch information
Showing
4 changed files
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
<div class="Sections Sections--center"> | ||
<section class="Section"> | ||
<header class="Manchet"> | ||
<h1> | ||
Log in <small>to Radio4000</small> | ||
</h1> | ||
<p class="u-tc"> | ||
No account? <a href="{{href-to 'auth.signup'}}">Sign up</a> → | ||
</p> | ||
</header> | ||
<div class="Container Container--small"> | ||
{{user-login onLogin=(action "submitLogin")}} | ||
</div> | ||
<section class="Section Section--flex Section--flexCenter"> | ||
<article class="Aside Aside--login"> | ||
<header class="Manchet"> | ||
<h1> | ||
Log in <small>to Radio4000</small> | ||
</h1> | ||
</header> | ||
<div> | ||
{{user-login onLogin=(action "submitLogin")}} | ||
</div> | ||
</article> | ||
</section> | ||
<section> | ||
<p class="u-tc"> | ||
No account? → <a class="Btn Btn--primary" href="{{href-to 'auth.signup'}}">Sign up</a> ! | ||
</p> | ||
</section> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters