]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss
modify user-quota to match account settings style
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-notifications / my-account-notifications.component.scss
CommitLineData
2f1548fd
C
1@import '_variables';
2@import '_mixins';
3
4.header {
5 display: flex;
2f1548fd 6 font-size: 15px;
457bb213 7 margin-bottom: 20px;
2f1548fd
C
8
9 a {
10 @include peertube-button-link;
11 @include grey-button;
457bb213 12 @include button-with-icon(18px, 3px, -1px);
2f1548fd
C
13 }
14
15 button {
16 @include peertube-button;
17 @include grey-button;
457bb213 18 @include button-with-icon(20px, 3px, -1px);
2f1548fd 19 }
654a188f
RK
20
21 .peertube-select-container {
22 @include peertube-select-container(auto);
23 }
2f1548fd
C
24}
25
654a188f 26
2f1548fd
C
27my-user-notifications {
28 font-size: 15px;
29}
4682468d
K
30
31@media screen and (max-width: $mobile-view) {
32 .header {
33 flex-direction: column;
34
35 & >:first-child {
36 margin-bottom: 15px;
37 }
38 }
39}