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

  a {
    display: block;
  }
}

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