Styling login form.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<input type="password" id="password" formControlName="password" required />
|
<input type="password" id="password" formControlName="password" required />
|
||||||
</div>
|
</div>
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<a [routerLink]="['/home']">Create an account</a>
|
|
||||||
<button type="submit">Send</button>
|
<button type="submit">Send</button>
|
||||||
|
<a [routerLink]="['/home']">Create an account</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@@ -34,14 +34,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.actions {
|
&.actions {
|
||||||
flex-direction: row;
|
flex-direction: row-reverse;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
a {
|
|
||||||
color: #3f51b5;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: .8em 1.2em;
|
padding: .8em 1.2em;
|
||||||
@@ -56,6 +51,11 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #3f51b5;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|||||||
Reference in New Issue
Block a user