summaryrefslogtreecommitdiff
path: root/views/style.scss
blob: 9a3c9dfc36ac5cb1a3cc06efdee6142329c1b987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
table.table-borderless tbody tr td{
  border-top: none;
}
h4.head-back, h5.head-back{
  background-color: #E7E7E7;
}
.nav-tabs {
  background-color: #E7E7E7;
  margin-bottom: 0;

  li.active a:hover {
    background-color: #f5f5f5;
  }

  li a {
    height: 5em;
  }
}