Home page styles

This commit is contained in:
Ben Ramey
2014-03-29 13:58:11 -05:00
parent 1a8316d094
commit cf25d80a28
2 changed files with 40 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ body {
margin-bottom: @footer-height;
}
#page {
padding-bottom: 20px;
padding-bottom: 60px;
section {
background-color: transparent;
position: relative;
@@ -22,10 +22,11 @@ body {
box-shadow: 0 0 15px #000;
.step-num {
font-size: 6em;
text-align: center;
text-shadow: -2px -2px 2px #000;
color: orange;
text-shadow: 2px 2px 8px #fff;
span {
font-size: 6em;
}
}
h2 {
@@ -40,6 +41,12 @@ body {
margin: 5px 0;
}
&.name {
input {
margin-top: 16px;
}
}
&.invitees {
input {
margin: 0;
@@ -60,6 +67,14 @@ body {
}
}
&.submit {
border: none;
box-shadow: none;
.btn {
font-size: 6em;
}
}
>div {
position: relative;
z-index: 2;
@@ -91,7 +106,8 @@ footer {
color: #fff;
padding: 20px 0;
font-size: 3em;
text-shadow: 2px 2px 2px #333;
text-shadow: 4px 4px 6px #000;
text-transform: uppercase;
}
}
.create-order-form {