Skip to content

Commit c3571a2

Browse files
committed
#71 adding styles for login screen and defining default colors for buttons
1 parent 4772d4b commit c3571a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/app/modules/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="../../../assets/img/ioet.png" />
55
</div>
66
<div class="login-body">
7-
<h1>Please sign in</h1>
7+
<h3>Please login</h3>
88
</div>
99

1010
<div class="login-controls">

src/app/modules/login/login.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
}
3535

36-
h1 {
36+
h3 {
3737
color: $dark;
38+
font-weight: normal;
3839
}

0 commit comments

Comments
 (0)