diff options
Diffstat (limited to 'app/assets/stylesheets/custom.css.scss')
| -rw-r--r-- | app/assets/stylesheets/custom.css.scss | 61 |
1 files changed, 40 insertions, 21 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index cf31633..2eb3d79 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -7,19 +7,23 @@ body { background-color: $beige; } -footer{ +footer { background-color: $blue; bottom: 0; width: 100%; padding: 20px 0 220px; text-align: center; - .content{ + .content { color: white; - .row { margin: 0 auto; } + .row { + margin: 0 auto; + } a{ color: white; - &:hover{ text-decoration: underline; } + &:hover{ + text-decoration: underline; + } } } } @@ -33,7 +37,11 @@ h1#logo{ margin-right: 50px; } -h2 { font-size: 44px; line-height: 48px; color: #333;} +h2 { + font-size: 44px; + line-height: 48px; + color: #333; +} a{ color: $green; @@ -49,48 +57,59 @@ a{ font-weight: 200; color: #666; } -.customers{ color: $blue; } -.product{ color: $green; } -.features{ color: $orange; } -.static{ +.customers { + color: $blue; +} + +.product { + color: $green; +} + +.features { + color: $orange; +} + +.static { clear: both; padding-top: 45px; margin-bottom: 100px; - p{ + p { font: 36px/48px "Helvetica Neue"; font-weight: 200; } - - .back{ + .back { font: 36px/48px "Helvetica Neue"; font-weight: 500; } } -#new_sign_up{ +#new_sign_up { position: relative; - label{ + label { font-style: italic; font-weight: 200; color: #666; } - - .field{ + .field { float: left; - input[type="email"]{ + input[type="email"] { width: 350px; } margin-right: 20px; } - .actions{ + .actions { float: left; margin-top: 24px; } @include clearfix; } -#privacy{ - strong { font: 36px/48px "Helvetica Neue"; } - p{ font: 14px/18px "Helvetica Neue"; } +#privacy { + strong { + font: 36px/48px "Helvetica Neue"; + } + p { + font: 14px/18px "Helvetica Neue"; + } } |
