summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/custom.css.scss
blob: 2eb3d79c5672431a8b195d893e323a92cc49b1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@import "bootstrap";
@import "bootstrap-responsive";
@import "settings.css.scss";

body {
  padding-top: 60px;
  background-color: $beige;
}

footer {
  background-color: $blue;
  bottom: 0;
  width: 100%;
  padding: 20px 0 220px;
  text-align: center;

  .content {
    color: white;
    .row {
      margin: 0 auto;
    }
    a{
      color: white;
      &:hover{
        text-decoration: underline;
      }
    }
  }
}

h1#logo{
  background: transparent asset-url('utility-belt/logo.png') no-repeat 0 0;
  width: 313px;
  height: 86px;
  text-indent: -9999px;
  float:left;
  margin-right: 50px;
}

h2 {
  font-size: 44px;
  line-height: 48px;
  color: #333;
}

a{
  color: $green;
  &:hover{
    color: $lightgreen;
    text-decoration: none;
  }
}

.about {
  margin: 54px 0 90px;
  font: 36px/48px "Helvetica Neue";
  font-weight: 200;
  color: #666;
}

.customers {
  color: $blue;
}

.product {
  color: $green;
}

.features {
  color: $orange;
}

.static {
  clear: both;
  padding-top: 45px;
  margin-bottom: 100px;
  p {
    font: 36px/48px "Helvetica Neue";
    font-weight: 200;
  }
  .back {
    font: 36px/48px "Helvetica Neue";
    font-weight: 500;
  }
}

#new_sign_up {
  position: relative;
  label {
    font-style: italic;
    font-weight: 200;
    color: #666;
  }
  .field {
    float: left;
    input[type="email"] {
      width: 350px;
    }
    margin-right: 20px;
  }
  .actions {
    float: left;
    margin-top: 24px;
  }
  @include clearfix;
}

#privacy {
  strong {
    font: 36px/48px "Helvetica Neue";
  }
  p {
    font: 14px/18px "Helvetica Neue";
  }
}