-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.scss
59 lines (47 loc) · 889 Bytes
/
index.scss
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
$secondary-color: #125688;
@import "node_modules/materialize-css/sass/materialize.scss";
body {
background: #fafafa;
color: #125688;
font-family: Montserrat;
}
#main-container {
margin: 30px auto;
}
.iphone {
max-width: 100%;
}
.site-footer {
text-transform: uppercase;
font-size: 12px;
}
.login-box,
.signup-box {
background-color: white;
border: 1px solid #edeeee;
border-radius: 3px;
padding: 10px 0;
text-align: center;
}
.signup-box .picgram {
font-family: 'Oleo Script';
font-size: 42px;
}
.signup-form {
width: 65%;
margin: 0 auto;
}
.signup-form h2 {
color: #a5a7aa;
font-size: 1.2em;
}
.signup-form .btn.btn-fb {
background-color: #4090db;
font-size: .8em;
}
.signup-form .btn.btn-fb:hover {
background-color: #2d6599;
}
.signup-form .btn.btn-signup {
background-color: #125688;
}