aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
blob: 711b1839da3a583e8fba7578d317c166db5f2889 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import '_variables';
@import '_mixins';

.sub-menu {
  @include sub-menu-with-actor;

  .actor, .actor-info {
    width: 100%;
  }

  .actor-name {
    flex-grow: 1;
  }
}