UI - increase icon size of nav menu (they were too small before)

This commit is contained in:
Drewster727 2016-03-28 14:53:35 -05:00
commit eddce77ff5
3 changed files with 16 additions and 1 deletions

View file

@ -45,6 +45,13 @@ label {
.nav-tabs > li.active > a:focus {
background: #4e5d6c; }
.navbar .nav a .fa {
font-size: 130%;
top: 1px;
position: relative;
display: inline-block;
margin-right: 5px; }
.btn-danger-outline {
color: #d9534f !important;
background-color: transparent;