aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/menu/top-menu-dropdown.component.scss
blob: 1be699a88440dad7b88bc159144f5e1f2fa47739 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                     









                     
                                   


                     
 
                          

                           





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

.parent-entry {
  span[role=button] {
    cursor: pointer;
  }

  a {
    display: block;
  }
}

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

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

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

  top: -1px;
}