-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy path_about.scss
More file actions
146 lines (131 loc) · 2.57 KB
/
Copy path_about.scss
File metadata and controls
146 lines (131 loc) · 2.57 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
#about {
.billboard {
@include fullheight;
min-height: 375px;
@include mobile {
min-height: 275px;
}
display: block;
position: relative;
text-align: center;
background: lighten($pink, 42.5%);
.shape-position.shape-position-top {
top: 55px;
.s-w {
background: lighten($pink, 42.5%);
}
}
.intro {
width: 75%;
left: 12.5%;
transform: translate(0, -50%);
z-index: 600;
}
.button {
width: 12em;
margin-left: -6em;
@include bottomer;
bottom: -1.5em;
z-index: 700;
}
.shape-position.shape-position-top {
top: 48px;
@include mobile {
top: 75px;
}
}
}
.maps {
iframe {
width: 100%;
min-height: 225px;
padding: 0.25em;
}
padding-bottom: 0;
}
address {
@include mobile {
margin-top: 1em;
}
}
.content {
h2 {
margin: 1em 0 1em;
}
p {
font-size: 1rem;
&.lead {
font-size: 1.5rem;
margin-bottom: 0.75em;
padding-right: 0;
+ hr.border {
border-color: $green;
border-width: 0 0 4px;
margin: 2em 47% 2em;
@include mobile {
margin: 1em 30% 1em;
}
}
}
}
dl.inline-list {
margin: 2em 0 1em;
dt,
dd {
padding: 0.2em 0.75em;
@include mobile {
width: 100%;
}
}
dt {
min-width: 8em;
}
dd {
background: $light1;
}
@include mobile {
margin-top: 1em;
}
}
}
iframe {
box-shadow: 0 2px 5px lighten($dark1, 42.5%);
margin-bottom: 1.5em;
padding: 0 2.5%;
background: white;
}
@include mobile {
.content p.lead {
font-size: 1.25rem;
margin-bottom: 1.75em;
}
.maps-embed {
display: none;
}
}
+.panel--signoff {
@include mobile {
min-height: 250px;
}
.shape-position.shape-position-bottom {
@include mobile {
bottom: 0;
}
}
.text-center{
@include mobile {
width: 75%;
top: 50%;
}
top: 65%;
}
}
#contact {
@include mobile {
margin-top: 20px;
}
}
#about-mailto {
margin-top: 30px;
}
}