aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-actions-dropdown.component.scss
blob: 7ffdce822302ddee2eea24a7a1f2c7855eea5ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.playlist-dropdown {
  position: absolute;

  .anchor {
    display: block;
    opacity: 0;
  }
}

/deep/ .icon-playlist-add {
  left: 2px;
}