feat: logindesign (#394)

* feat: add design

* fix: nicer light mode

* fix: register secondary button

* fix: register secondary button

* fix: merge
This commit is contained in:
Fabi
2020-07-08 14:14:24 +02:00
committed by GitHub
parent 3549a8b64e
commit 4b58097cca
16 changed files with 43 additions and 24 deletions

View File

@@ -21,7 +21,7 @@
<div class="actions">
<button class="primary right" type="submit">{{t "Actions.Next"}}</button>
<a class="default right" href="{{ registerUrl .AuthReqID }}" >{{t "Actions.Register"}}</a>
<button class="secondary right" href="{{ registerUrl .AuthReqID }}" >{{t "Actions.Register"}}</button>
</div>
</form>