aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc/channels-setup-message.component.scss
blob: 7dcba2ca5563e4a24e77643bfc451fc624be4883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@use '_variables' as *;
@use '_mixins' as *;

.channels-setup-message {
  display: flex;
  align-items: center;
  justify-content: center;

  my-global-icon {
    width: 32px;
    align-self: flex-start;

    ::ng-deep {
      svg {
        fill: #0c5460;
      }
    }

    + div {
      margin-left: 10px;
      text-align: center;

      a.channels-settings-link {
        @include peertube-button-link;
        @include grey-button;

        height: fit-content;
        margin-top: 10px;
      }
    }
  }
}