Home page styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user