]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss
Clearer video creation from API regarding rates
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-notifications / my-account-notifications.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
2f1548fd
C
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
931d3430
C
35 > :first-child,
36 .peertube-select-container {
4682468d
K
37 margin-bottom: 15px;
38 }
225a7682
RK
39
40 .peertube-select-container {
27bc9586 41 @include margin-left(0 !important);
225a7682
RK
42 }
43 }
44}
45
46@media screen and (min-width: $mobile-view) and (max-width: $small-view) {
47 .header {
48 a {
49 font-size: 0;
50 padding: 0 13px;
51 }
52
53 .peertube-select-container {
54 width: auto !important;
55 }
56 }
57}
58
59@media screen and (min-width: $mobile-view) and (max-width: #{$small-view + $menu-width}) {
60 :host-context(.main-col:not(.expanded)) {
61 .header {
62 a {
63 font-size: 0;
64 padding: 0 13px;
65 }
66
67 .peertube-select-container {
68 width: auto !important;
69 }
70 }
4682468d
K
71 }
72}