1
0
mirror of https://github.com/bitwarden/help synced 2026-01-08 11:33:45 +00:00

brand styling

This commit is contained in:
Kyle Spearrin
2016-10-09 00:02:48 -04:00
parent c4c103e47f
commit dd9ce42778
4 changed files with 80 additions and 15 deletions

View File

@@ -7,9 +7,9 @@ title: Help, FAQ, and Support
<div class="container">
<form action="/search/" method="get">
<div class="input-group">
<input type="search" class="form-control" placeholder="Type your problem here..." name="q">
<input type="search" class="form-control input-lg" placeholder="Type your problem here..." name="q">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">Search</button>
<button class="btn btn-lg btn-default" type="submit">Search</button>
</span>
</div>
</form>