Finish create run styles
This commit is contained in:
@@ -3,7 +3,24 @@
|
||||
@import "home.less";
|
||||
@import "header-footer.less";
|
||||
@import "forms.less";
|
||||
|
||||
#page {
|
||||
padding-bottom: 60px;
|
||||
body {
|
||||
color: #fff;
|
||||
}
|
||||
#page {
|
||||
.interior {
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
box-shadow: 0px 0px 20px #000;
|
||||
|
||||
h1 {
|
||||
.glyphicon {
|
||||
vertical-align: text-bottom;
|
||||
margin-right: 10px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.interior-content {
|
||||
padding: 20px 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,37 @@
|
||||
form {
|
||||
section {
|
||||
margin: 40px 0;
|
||||
|
||||
.step-num {
|
||||
text-align: center;
|
||||
.glyphicon {
|
||||
font-size: 5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input.form-control {
|
||||
font-size: 2em;
|
||||
height: auto;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
font-size: 4em;
|
||||
}
|
||||
}
|
||||
.create-run-form {
|
||||
h1 {
|
||||
color: #fff;
|
||||
padding: 20px 0;
|
||||
font-size: 3em;
|
||||
text-shadow: 4px 4px 6px #000;
|
||||
text-transform: uppercase;
|
||||
.invitee {
|
||||
input, .btn {
|
||||
width: auto;
|
||||
float: left;
|
||||
}
|
||||
input {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.btn-default {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
.create-order-form {
|
||||
|
||||
Reference in New Issue
Block a user