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