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

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

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

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

  my-subscribe-button {
    /deep/ span[role=button] {
      padding: 7px 12px;
      font-size: 16px;
    }
  }
}