131 lines
2.4 KiB
Plaintext
131 lines
2.4 KiB
Plaintext
@footer-height: 52px;
|
|
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
background-color: #fff;
|
|
margin-bottom: @footer-height;
|
|
}
|
|
#page {
|
|
padding-bottom: 60px;
|
|
section {
|
|
background-color: transparent;
|
|
position: relative;
|
|
overflow: hidden;
|
|
padding: 40px 0;
|
|
margin: 20px 0;
|
|
border-width: 1px 0;
|
|
border-style: solid;
|
|
border-color: #fff;
|
|
box-shadow: 0 0 15px #000;
|
|
|
|
.step-num {
|
|
text-align: center;
|
|
text-shadow: 2px 2px 8px #fff;
|
|
span {
|
|
font-size: 6em;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
color: #fff;
|
|
text-shadow: 2px 2px 2px #000;
|
|
}
|
|
|
|
input {
|
|
font-size: 2em;
|
|
height: auto;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
&.name {
|
|
input {
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
&.invitees {
|
|
input {
|
|
margin: 0;
|
|
}
|
|
.btn {
|
|
font-size: 2em;
|
|
}
|
|
.invitee {
|
|
input {
|
|
float: left;
|
|
width: auto;
|
|
margin-right: 5px;
|
|
}
|
|
margin-top: 5px;
|
|
+.btn {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.submit {
|
|
border: none;
|
|
box-shadow: none;
|
|
.btn {
|
|
font-size: 6em;
|
|
}
|
|
}
|
|
|
|
>div {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.bg {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1;
|
|
background-color: #eee;
|
|
opacity: 0.5;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: @footer-height;
|
|
overflow: hidden;
|
|
.navbar {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.create-run-form {
|
|
h1 {
|
|
color: #fff;
|
|
padding: 20px 0;
|
|
font-size: 3em;
|
|
text-shadow: 4px 4px 6px #000;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
.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 {
|
|
}
|
|
}
|