aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/menu/top-menu-dropdown.component.scss
blob: 77159532f64cc44196f969c9c51a31dd234afa7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.parent-entry {
  span[role=button] {
    cursor: pointer;
  }

  a {
    display: block;
  }
}

/deep/ .dropdown-toggle::after {
  position: relative;
  top: 2px;
}

/deep/ .dropdown-menu {
  margin-top: 0 !important;
}