Files
lunchrun.me/assets/linker/styles/app.less
2014-03-29 11:04:11 -05:00

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 {
}
}