SES-90 Styles changes
This commit is contained in:
parent
e6b632f8f6
commit
0fd20fd2b1
@ -1,5 +1,5 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<div>
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.container {
|
||||
padding-top: 70%;
|
||||
padding-top: 50%;
|
||||
}
|
||||
.button {
|
||||
margin: 10px;
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
padding-top: 20%;
|
||||
padding-top: 10%;
|
||||
}
|
||||
.button {
|
||||
margin: 20px;
|
||||
|
@ -45,13 +45,13 @@ input {
|
||||
@media (max-width: 768px) {
|
||||
.container {
|
||||
width: 350px;
|
||||
padding-top: 50%;
|
||||
padding-top: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
width: 550px;
|
||||
padding-top: 20%;
|
||||
padding-top: 10%;
|
||||
}
|
||||
}
|
||||
|
@ -11,11 +11,8 @@ export class SignInComponent {
|
||||
|
||||
username = "";
|
||||
password = "";
|
||||
|
||||
constructor(private router: Router) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
constructor(private router: Router) {}
|
||||
|
||||
onLoginButtonClick(){
|
||||
//TODO connect with backend and added router
|
||||
@ -31,7 +28,7 @@ export class SignInComponent {
|
||||
onArrowBackClick(){
|
||||
this.router.navigate([''])
|
||||
}
|
||||
|
||||
|
||||
collapse() {
|
||||
this.isExpanded = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user