]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
a55052c9
C
1@import '_variables';
2@import '_mixins';
3
ddb83e49
C
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}
80bfd33c
C
18
19/deep/ .dropdown-menu {
20 margin-top: 0 !important;
21}
a55052c9
C
22
23.icon {
24 @include dropdown-with-icon-item;
25
26 top: -1px;
27}