Refactor how we use icons
[oweals/peertube.git] / client / src / app / +my-account / my-account-notifications / my-account-notifications.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .header {
5   display: flex;
6   justify-content: space-between;
7   font-size: 15px;
8   margin-bottom: 20px;
9
10   a {
11     @include peertube-button-link;
12     @include grey-button;
13     @include button-with-icon(18px, 3px, -1px);
14   }
15
16   button {
17     @include peertube-button;
18     @include grey-button;
19     @include button-with-icon(20px, 3px, -1px);
20   }
21 }
22
23 my-user-notifications {
24   font-size: 15px;
25 }