aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss
blob: 86ac094c5e07a470b7027c291a9a91f34d747c4e (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
@import '_variables';
@import '_mixins';

.header {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 10px;

  a {
    @include peertube-button-link;
    @include grey-button;
  }

  button {
    @include peertube-button;
    @include grey-button;
  }
}

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