Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[WEB] Use section element in login component and docs
Browse files Browse the repository at this point in the history
See discussion in  #2367

Signed-off-by: Peter Blazejewicz <[email protected]>
  • Loading branch information
peterblazejewicz authored and adibwoy committed Jun 21, 2018
1 parent 9becf38 commit 9cbb42e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/dev/src/app/login/login.demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<div class="clr-example">
<div class="login-wrapper">
<form class="login">
<label class="title">
<section class="title">
<h3 class="welcome">Welcome to</h3>
Company Product Name
<h5 class="hint">Use your Company ID to sign in or create one now</h5>
</label>
</section>
<div class="login-group">
<div class="auth-source select">
<select id="login-auth-source-1">
Expand Down Expand Up @@ -40,11 +40,11 @@ <h5 class="hint">Use your Company ID to sign in or create one now</h5>
<code clr-code-highlight="language-html">
&lt;div class=&quot;login-wrapper&quot;&gt;
&lt;form class=&quot;login&quot;&gt;
&lt;label class=&quot;title&quot;&gt;
&lt;section class=&quot;title&quot;&gt;
&lt;h3 class=&quot;welcome&quot;&gt;Welcome to&lt;/h3&gt;
Company Product Name
&lt;h5 class=&quot;hint&quot;&gt;Use your Company ID to sign in or create one now&lt;/h5&gt;
&lt;/label&gt;
&lt;/section&gt;
&lt;div class=&quot;login-group&quot;&gt;
&lt;div class=&quot;auth-source select&quot;&gt;
&lt;select id=&quot;login-auth-source-1&quot;&gt;
Expand Down
4 changes: 2 additions & 2 deletions src/ks-app/src/app/containers/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<h1>Login Form</h1>
<div class="login-wrapper">
<form class="login" [formGroup]="loginForm">
<label class="title">
<section class="title">
<h3 class="welcome">Welcome to</h3>
Company Product Name
<h5 class="hint">Use your Company ID to sign in or create one now</h5>
</label>
</section>
<div class="login-group">
<div class="auth-source select">
<select id="login-auth-source-1" formControlName="authSource"
Expand Down

0 comments on commit 9cbb42e

Please sign in to comment.