mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Reduce vertical padding on login screen
This commit is contained in:
parent
1a70fdaeef
commit
5742db8505
2
public/css/built.login.css
vendored
2
public/css/built.login.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
resources/assets/css/login.css
vendored
4
resources/assets/css/login.css
vendored
@ -24,7 +24,7 @@ hr.green {
|
|||||||
background: linear-gradient(to bottom, #3c3b3b 0%, #2f2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
background: linear-gradient(to bottom, #3c3b3b 0%, #2f2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3b3b', endColorstr='#2f2c2c', GradientType=0); /* IE6-9 */
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3b3b', endColorstr='#2f2c2c', GradientType=0); /* IE6-9 */
|
||||||
padding: 30px 55px;
|
padding: 30px 55px;
|
||||||
margin-bottom: 95px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row.header .text-right {
|
.row.header .text-right {
|
||||||
@ -146,7 +146,7 @@ hr.green {
|
|||||||
/****** SIGN UP ********************************************************************/
|
/****** SIGN UP ********************************************************************/
|
||||||
|
|
||||||
.row.sign-up {
|
.row.sign-up {
|
||||||
margin-top: 80px;
|
margin-top: 70px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user