Skip to content

Commit 115e396

Browse files
committed
Update header on mobile nav
1 parent 41fb251 commit 115e396

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

src/css/header.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,24 @@
309309

310310
.search {
311311
margin: 10px 0;
312+
width: 100%;
313+
text-align: center;
312314
}
313315

314316
.search .query {
315-
border: 1px solid var(--color-brand-gray5);
316-
padding: 10px 20px;
317+
height: 35px;
318+
padding: 7px;
319+
font-size: 15px;
320+
line-height: 21px;
321+
border: 1px solid #FFFFFFBF;
322+
border-radius: 4px;
323+
margin-right: 5px;
317324
}
318325

326+
.search .fa-search {
327+
font-size: 18px;
328+
color: #FFFFFFBF;
329+
}
319330
/* .parent-site {
320331
border-left: none;
321332
}
@@ -329,6 +340,9 @@
329340
color: var(--color-brand-blue);
330341
margin: 0;
331342
}
343+
.free-trial-link {
344+
color: var(--color-brand-white);
345+
}
332346

333347
.header-bottom-row.is-active {
334348
display: block;

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<input class=dataLayer"query" type="text" placeholder="Search Docs"{{#if page.home}} autofocus{{/if}}><i class="fas fa-search"></i>
7575
</form>
7676
{{/if}}
77-
<a href="#" class="free-trial-link" onclick="(window.dataLayer=window.dataLayer||[]).push({'event':'customEvent', 'category':'CTA', 'action':'Button Click', 'label':'Free Trial'});" >
77+
<a href="https://cloud.couchbase.com/sign-up" class="free-trial-link" onclick="(window.dataLayer=window.dataLayer||[]).push({'event':'customEvent', 'category':'CTA', 'action':'Button Click', 'label':'Free Trial'});" >
7878
<i class="fas fa-cloud"></i>
7979
Free Trial
8080
</a>

0 commit comments

Comments
 (0)