]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/menu/top-menu-dropdown.component.scss
Update angular
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / menu / top-menu-dropdown.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .parent-entry {
5 span[role=button] {
6 cursor: pointer;
7 }
8
9 a {
10 display: block;
11 }
12 }
13
14 /deep/ .dropdown-toggle::after {
15 position: relative;
16 top: 2px;
17 }
18
19 /deep/ .dropdown-menu {
20 margin-top: 0 !important;
21 }
22
23 .icon {
24 @include dropdown-with-icon-item;
25
26 top: -1px;
27 }