You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
933 B
44 lines
933 B
@import "compass/css3/images"; |
|
@import "compass/css3/border-radius"; |
|
|
|
.home-sign-up { |
|
h3 { |
|
margin-top: 0; |
|
} |
|
.actions { |
|
margin-top: 2em; |
|
} |
|
} |
|
|
|
.page-home-header { |
|
@include background(radial-gradient(color-stops(#fff, #c1f1ff), bottom)); |
|
border-bottom: 1px solid #B9DCFF; |
|
.page-header { |
|
small { color: #3F3F39; } |
|
border-bottom: none; |
|
padding-bottom: 0; |
|
margin: 20px 0 20px; |
|
} |
|
} |
|
|
|
.page-home-incentives { |
|
border-top: 1px solid lighten(#DAFFCD, 5%); |
|
@include background(image-url("marketing/square_bg.png"), |
|
radial-gradient(#fff, darken(#DAFFCD, 10%))); |
|
padding-top: 17px; |
|
padding-bottom: 17px; |
|
border-bottom: 1px solid darken(#DAFFCD, 15%); |
|
} |
|
|
|
.page-home-quotes { |
|
border-top: 1px solid white; |
|
padding-top: 17px; |
|
blockquote { |
|
font-style: italic; |
|
color: #555; |
|
} |
|
} |
|
|
|
.public .alert { |
|
margin-bottom: 0; |
|
}
|
|
|