aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/menu/menu-admin.component.scss
blob: 487461224132c11ab7ff700651e09b2114edfbc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
menu {
  background-color: $black-background;
  padding: 20px;
  margin: 0;
  height: 100%;

  a {
    display: block;
    height: 30px;
    color: #9cabb8;
    cursor: pointer;

    &:hover, &:focus {
      text-decoration: none !important;
      outline: none !important;
    }

    .glyphicon {
      margin-right: 20px;
    }

    &:hover, &.active {
      color: #fff;
    }
  }
}