1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

theme styling

This commit is contained in:
Kyle Spearrin
2018-06-06 11:58:56 -04:00
parent ce34ef902f
commit e814b8ef09
2 changed files with 41 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<nav class="navbar navbar-expand navbar-dark bg-dark">
<nav class="navbar navbar-expand navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="#">
<i class="fa fa-shield fa-lg"></i>
@@ -48,7 +48,7 @@
<a href="#" class="list-group-item list-group-item-action">
Item 1
</a>
<a href="#" class="list-group-item list-group-item-action">
<a href="#" class="list-group-item list-group-item-action active">
Item 2
</a>
<a href="#" class="list-group-item list-group-item-action">
@@ -70,6 +70,16 @@
</div>
</div>
</div>
<div class="container footer">
&copy; 2015-2018 8bit Solutions LLC
<div class="container footer text-muted">
<div class="row">
<div class="col">
&copy; 2015-2018 8bit Solutions LLC
</div>
<div class="col text-center">
</div>
<div class="col text-right">
Version 2.0.0
</div>
</div>
</div>