style.scss
848 Bytes
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
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
margin-top: 50px;
padding-top: 1em;
& > .main-content {
min-height: 400px;
}
}
a {
color: #00B7FF
}
.jumbotron {
margin-top: -1em;
background: url('/images/bg.jpg') no-repeat left top;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
min-height: 20em;
color: #fff;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
}
.footer {
margin-top: 1em;
width: 100%;
height: 60px;
background-color: #f5f5f5;
.container {
padding-right: 1em;
padding-left: 1em;
.text-muted {
margin: 20px 0;
color: #bbb;
}
}
}