Skip to content

Commit a40922f

Browse files
authored
Merge pull request #3 from pipeline-foundation/feature/faq
add FAQ section, add favicon, add .vscode to .gitignore
2 parents 2a6d5c6 + f6fbfd3 commit a40922f

File tree

4 files changed

+274
-181
lines changed

4 files changed

+274
-181
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ bld/
2929

3030
# Visual Studio 2015/2017 cache/options directory
3131
.vs/
32+
33+
# VS Code folder
34+
.vscode/

css/style.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,45 @@ body {
127127
display: none;
128128
}
129129

130+
.faq .faq-item {
131+
margin: 10px 0 0;
132+
max-width: 560px;
133+
}
134+
.faq .faq-item:first-child {
135+
margin: 0;
136+
}
137+
.faq .faq-answer {
138+
font-size: 14px;
139+
padding: 10px;
140+
margin: 5px 0 0;
141+
background-color: var(--grey);
142+
}
143+
.faq .btn-wrap {
144+
margin: 10px 0 0;
145+
}
146+
.faq .btn-apply {
147+
background: var(--blue);
148+
color: #fff;
149+
position: relative;
150+
display: inline-block;
151+
padding: 5px 16px;
152+
font-size: 14px;
153+
font-weight: 500;
154+
line-height: 20px;
155+
white-space: nowrap;
156+
cursor: pointer;
157+
-webkit-user-select: none;
158+
-moz-user-select: none;
159+
-ms-user-select: none;
160+
user-select: none;
161+
border: 1px solid;
162+
border-radius: 6px;
163+
-webkit-appearance: none;
164+
-moz-appearance: none;
165+
appearance: none;
166+
text-decoration: none !important;
167+
}
168+
130169
.case-studies > .text > li {
131170
margin: 20px 0 0;
132171
}

img/logo.ico

8.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)