This commit is contained in:
Victoria Wang 2014-12-05 03:05:16 -06:00
parent 8fe2bf2296
commit c2eedc3952
3 changed files with 34 additions and 27 deletions

View file

@ -145,8 +145,10 @@
border-radius:4px 4px 0 0;
@include box-shadow($signupShadow);
height:700%;
float: left;
position:absolute;
top: -40px;
margin-bottom: 15px;
@media (max-device-width:480px), screen and (max-width:800px){
height:auto;
@ -154,7 +156,7 @@
overflow:visible;
padding-bottom:20px;
position:static;
width:auto;
width:100%;
}
h2{
@ -166,12 +168,13 @@
hr{
border-bottom:1px solid #4a6677;
border-top:1px solid #1d282d;
margin:4px 0 26px;
margin: 4px 0 21px;
}
fieldset{
background:url(/img/sign-up-bg.png) repeat-x center top;
padding: 25px 33px;
background:url(/img/sign-up-bg.png) repeat-x center top;
border-radius: 4px 4px 0 0;
}
label{
@ -180,7 +183,7 @@
label#domain-name {
display: inline;
vertical-align: 51%;
vertical-align: 8px;
color: #C2CFD4;
}
@ -189,7 +192,7 @@
border:0 solid black;
@include box-shadow($inputAreaShadow);
color:#C2CFD4;
margin-bottom:27px;
margin-bottom: 21px;
margin-right:$spacing;
padding: 10px 10px 7px 10px;
width:100%;
@ -215,10 +218,6 @@
padding:10px 25px;
margin-top: 2em;
font-size: 1em;
@media (max-device-width:480px), screen and (max-width:800px){
margin-top: 0;
}
}
}

View file

@ -1101,10 +1101,8 @@ a.tag:hover {
background: #4F7E89;
text-align: center;
.row:first-child {
@media (max-device-width:480px), screen and (max-width:800px){
margin-bottom: 0;
}
.row:first-of-type {
margin-bottom: 0;
}
}
.section.features .col {
@ -1116,6 +1114,7 @@ a.tag:hover {
@media (max-device-width:480px), screen and (max-width:800px){
padding-left: 20px;
width: 100%;
}
}
@ -1181,6 +1180,9 @@ a.tag:hover {
@media (max-width:1170px) and (min-width:900px){
width: 170px;
}
@media (max-device-width:480px), screen and (max-width:900px){
margin-right: auto!important;
}
}
.section .logo.fastco {
width: 262px;
@ -1221,6 +1223,7 @@ a.tag:hover {
margin: 0 auto .5em auto;
h3 {
margin-top: .5em;
text-align: center;
font-style: italic;
font-size: 1.4em;
@ -1397,10 +1400,15 @@ a.tag:hover {
}
}
.section.bottom-signup {
padding-top: 1em;
padding-bottom: 6.5em;
// padding-top: 1em;
// padding-bottom: 6.5em;
padding-top: 0;
background: #4F7E89;
padding-bottom: 7em;
a {
color: white;
text-decoration: underline;
font-weight:bold;
&:hover {
@ -1408,6 +1416,7 @@ a.tag:hover {
}
}
h2 {
color: white;
max-width: none;
}
}