live demo searchbox
This commit is contained in:
parent
1655233d10
commit
b21df7f57b
2 changed files with 12 additions and 5 deletions
|
|
@ -2,10 +2,10 @@ extends main.pug
|
|||
|
||||
block content
|
||||
.bg-docsearch-hero
|
||||
.max-w-lg.m-auto.text-center
|
||||
img.mt-3(src="assets/docsearch-logo.svg", alt="DocSearch logo" width=520)
|
||||
.max-w-md.m-auto.text-center.px-1
|
||||
img.mt-3.mb-1(src="assets/docsearch-logo.svg", alt="DocSearch logo" width=480)
|
||||
.text-2.text-nova.mb-3 The best search experience for docs, integrates in minutes, for free.
|
||||
.text-5.text-telluric.mb-3 Already 847 docs are providing search through DocSearch
|
||||
.text-5.text-telluric.mb-3 Currently providing search for 847 documentations.
|
||||
a.c-button.c-button-primary(href="what-is-talksearch.html") Join the Program
|
||||
|
||||
.bg-moon.p-3
|
||||
|
|
|
|||
|
|
@ -42,10 +42,17 @@ body {
|
|||
margin-top: 5px;
|
||||
margin-right: 8px;
|
||||
float: right;
|
||||
width: 50%;
|
||||
max-width: 450px;
|
||||
min-width: 250px;
|
||||
input, form {
|
||||
box-shadow: none !important;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.demo-header-wrapper{
|
||||
height: 38px;
|
||||
height: 42px;
|
||||
background: url("assets/bg-docsearch-live-demo-bootstrap.png") #563E7C no-repeat;
|
||||
background-size: 1200px;
|
||||
background-position: left top;
|
||||
|
|
@ -54,7 +61,7 @@ body {
|
|||
height: 400px;
|
||||
background: url("assets/bg-docsearch-live-demo-bootstrap.png") no-repeat;
|
||||
background-size: 1200px;
|
||||
background-position: center -40px;
|
||||
background-position: center -46px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue