forked from External/greenlight
add background
This commit is contained in:
@ -9,6 +9,10 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.app-background {
|
||||
background: linear-gradient(0, white 65%, #4DC0A2 35%);
|
||||
}
|
||||
|
||||
.header {
|
||||
padding: 20px 40px;
|
||||
|
||||
@ -31,6 +35,9 @@ html, body {
|
||||
.center-block {
|
||||
float: none;
|
||||
}
|
||||
.center-panel-size {
|
||||
width: 650px;
|
||||
}
|
||||
|
||||
.input-spacing {
|
||||
margin-top: 15px;
|
||||
|
Reference in New Issue
Block a user