Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-utils...
[oweals/peertube.git] / client / src / app / +my-account / my-account.component.scss
1 .my-library, .misc {
2   span[role=button] {
3     cursor: pointer;
4   }
5
6   a {
7     display: block;
8   }
9 }
10
11 /deep/ .dropdown-toggle::after {
12   position: relative;
13   top: 2px;
14 }