-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css.scss
106 lines (83 loc) · 1.27 KB
/
main.css.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
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
@import "globals"
body {
color: #706d67;
background-color: #fbf9f9;
font-family: $fontsProxima;
font-size: 16px;
}
strong {
font-family: $fontsProxima;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: $fontsProxima;
font-weight: 500;
}
h1 {
margin-bottom: 30px;
}
h2 {
margin-bottom: 20px;
}
a {
color: #23b05d;
}
a:hover {
color: #53514c;
text-decoration: none;
}
p {
margin: 0 0 30px;
}
hr {
border-top: 10px solid #dddad4;
border-bottom: none;
margin: 0;
width: 77.66%;
}
.container.main {
padding-top: 115px;
padding-bottom: 30px;
min-height: 600px;
}
.inner_container {
margin: 0 9.13%;
}
section {
min-width: 1100px;
}
section.even {
background-color: #f7f5f3;
}
#account_settings {
width: 60%;
}
.alert {
margin-bottom: 0px;
width: 100%;
text-align: center;
}
.subtext {
font-family: $bitterFonts;
font-size: 12px;
color: #b4ada0;
font-style: italic;
}
h3.featured_mentor, h3.featured_company {
color: #23b05d;
font-size: 15px;
}
span.mentor_title, span.mentor_company {
display: block
}
span.mentor_company {
color: #b4ada0;
font-style: italic;
}
// @import "twitter/bootstrap/responsive";
// Header responsive override styles
.container, .navbar .container {
width: 1150px;
max-width: 75%;
min-width: 1100px;
}