Css wurde angepasst und separiert sowie ein neues Design angewandt.
This commit is contained in:
33
css/login/ForgotPW.css
Normal file
33
css/login/ForgotPW.css
Normal file
@@ -0,0 +1,33 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color:#fff;
|
||||
}
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
}
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
margin: 0 auto;
|
||||
margin-top: auto;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 262px;
|
||||
height: 216px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray
|
||||
}
|
||||
33
css/login/loginFLEX.css
Normal file
33
css/login/loginFLEX.css
Normal file
@@ -0,0 +1,33 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
}
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
}
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
margin: 0 auto;
|
||||
margin-top: auto;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 262px;
|
||||
height: 248px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray
|
||||
}
|
||||
Reference in New Issue
Block a user