Beginning of styling
This commit is contained in:
17
assets/linker/styles/app.less
Normal file
17
assets/linker/styles/app.less
Normal file
@@ -0,0 +1,17 @@
|
||||
body {
|
||||
height: 100%;
|
||||
background-color: #eee;
|
||||
}
|
||||
#page {
|
||||
display: table;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
|
||||
#main-cell {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
div.create-run-form {
|
||||
}
|
||||
Reference in New Issue
Block a user