Login wurde angepasst und die Designs überarbeitet bzw aneinander angepasst.

This commit is contained in:
ja
2021-10-06 16:02:58 +02:00
parent c5c53c0216
commit d1a4cd5120
8 changed files with 200 additions and 69 deletions

View File

@@ -7,6 +7,7 @@
background-attachment: fixed;
background-size: cover;
background-color: #fff;
overflow-y: clip;
}
#Login1_LoginButton {
color: #fff;
@@ -19,15 +20,34 @@
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
margin-top: 20px;
}
.container-fluid {
width: 262px;
height: 248px;
width: 400px;
height: 379px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 40px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
border: 1px solid gray;
width: 400px;
height: 379px;
}
#lbl_login {
color: #003680;
font-size: 1.320901320901321em;
}
#lbl_Ueberschrift {
background-color: #003680;
font-size: 2.55em;
color: #fff;
}
.txt_design {
color: #003680;
font-size: 1.45em;
}