aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/menu/top-menu-dropdown.component.scss
blob: d7c7de957fa543173659300dc3369a1ef7e89a08 (plain) (tree)
1
2
3


                     













                                



                           





                                   
@import '_variables';
@import '_mixins';

.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;
}

.icon {
  @include dropdown-with-icon-item;

  top: -1px;
}