web: Updates classes in templates

This commit is contained in:
Amruta Chitnis
2016-12-01 12:18:12 -08:00
parent 2bc690591e
commit 577d1af029
5 changed files with 41 additions and 270 deletions

View File

@@ -1,11 +1,9 @@
{{ template "header.html" . }}
<div class="panel">
<h2 class="heading">Login Successful</h2>
Please copy this code, switch to your application and paste it there:
<br/>
<input type="text" value="{{ .Code }}" />
<div class="theme-panel">
<h2 class="theme-heading">Login Successful</h2>
<p>Please copy this code, switch to your application and paste it there:</p>
<input type="text" class="theme-form-input" value="{{ .Code }}" />
</div>
{{ template "footer.html" . }}