Adding drop shadow to navbar.

This commit is contained in:
Dessalines 2018-11-27 18:21:40 -07:00
parent a37d7758b4
commit 31ee747839
2 changed files with 8 additions and 1 deletions

View File

@ -9,3 +9,10 @@
.search-name-cell {
word-wrap: break-word;
}
.navbar-purple {
background-color: #673ab7;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -6px #999;
}

View File

@ -27,7 +27,7 @@ export class Navbar extends Component<any, State> {
navbar() {
return (
<nav class="navbar navbar-dark" style="background-color: #673ab7">
<nav class="navbar navbar-dark navbar-purple">
<a class="navbar-brand" href="#">
<i class="fas fa-fw fa-database mr-1"></i>Torrents.csv
</a>