mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Merge pull request #1869 from CachetHQ/update-login-page
Updated login page
This commit is contained in:
commit
a10d12e589
BIN
public/img/login-background.png
Normal file
BIN
public/img/login-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
20
resources/assets/sass/pages/_login.scss
vendored
20
resources/assets/sass/pages/_login.scss
vendored
@ -1,23 +1,23 @@
|
||||
body.login {
|
||||
background: $sidebar-background-color;
|
||||
background: $sidebar-background-color url("/img/login-background.png") center;
|
||||
|
||||
.form-bg {
|
||||
border-radius: 10px;
|
||||
margin: auto;
|
||||
padding-top: 100px;
|
||||
margin-top: 60px;
|
||||
padding: 30px;
|
||||
width: 320px;
|
||||
height: 280px;
|
||||
border: 1px solid rgba(0,0,0,.1);
|
||||
box-shadow: 0 20px 30px rgba(0,0,0,.2);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
margin-bottom: 30px;
|
||||
|
||||
p {
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.login-input {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user