44 lines
645 B
Plaintext
44 lines
645 B
Plaintext
@footer-height: 52px;
|
|
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
background-color: #fff;
|
|
margin-bottom: @footer-height;
|
|
}
|
|
#page {
|
|
padding-bottom: 20px;
|
|
}
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: @footer-height;
|
|
overflow: hidden;
|
|
.navbar {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.create-run-form {
|
|
}
|
|
.create-order-form {
|
|
textarea {
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
.run-order-status {
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
margin-bottom: 10px;
|
|
>div {
|
|
padding: 20px;
|
|
}
|
|
.name {
|
|
color: #aaa;
|
|
}
|
|
.fill>.btn {
|
|
}
|
|
}
|