fix: [css] Added login css/image

remotes/origin/main v0.1
iglocska 2020-06-21 23:54:44 +02:00
parent 0092e357ef
commit e39df4c9ca
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
2 changed files with 28 additions and 0 deletions

28
app/webroot/css/login.css Normal file
View File

@ -0,0 +1,28 @@
/* based on the example from https://getbootstrap.com/docs/4.0/examples/sign-in/*/
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

BIN
app/webroot/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB