font
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: Raleway, sans-serif;
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export class LoginComponent {
|
|||||||
this.toast.observe({
|
this.toast.observe({
|
||||||
loading: 'Logging in...',
|
loading: 'Logging in...',
|
||||||
success: 'Logged in',
|
success: 'Logged in',
|
||||||
error: 'Invalid session, please log in with'
|
error: 'Invalid session, please log in with your credentials'
|
||||||
})
|
})
|
||||||
).subscribe({
|
).subscribe({
|
||||||
next: (data) => {
|
next: (data) => {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ html, body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
font-family: Raleway, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.safe {
|
.safe {
|
||||||
|
|||||||
Reference in New Issue
Block a user