aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss
blob: d586eeb0d724bb4721c6e3930dc9e13580242ab7 (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
33
34
35
36
37
38
39
@import '_variables';
@import '_mixins';

.header {
  display: flex;
  font-size: 15px;
  margin-bottom: 20px;

  a {
    @include peertube-button-link;
    @include grey-button;
    @include button-with-icon(18px, 3px, -1px);
  }

  button {
    @include peertube-button;
    @include grey-button;
    @include button-with-icon(20px, 3px, -1px);
  }

  .peertube-select-container {
    @include peertube-select-container(auto);
  }
}


my-user-notifications {
  font-size: 15px;
}

@media screen and (max-width: $mobile-view) {
  .header {
    flex-direction: column;

    & >:first-child {
      margin-bottom: 15px;
    }
  }
}