]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/users/user-notifications.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / users / user-notifications.component.scss
CommitLineData
457bb213
C
1@import '_variables';
2@import '_mixins';
3
f242c2e0
C
4.no-notification {
5 display: flex;
6 justify-content: center;
7 align-items: center;
8 padding: 20px 0;
9}
10
2f1548fd
C
11.notification {
12 display: flex;
2f1548fd
C
13 align-items: center;
14 font-size: inherit;
457bb213 15 padding: 15px 5px 15px 10px;
f0a39880 16 border-bottom: 1px solid $separator-border-color;
db714ab4 17 word-break: break-word;
2f1548fd 18
457bb213
C
19 &.unread {
20 background-color: rgba(0, 0, 0, 0.05);
21 }
22
23 my-global-icon {
931d3430 24 @include apply-svg-color(#333);
27bc9586
C
25 @include margin-right(11px);
26 @include margin-left(3px);
931d3430 27
457bb213 28 width: 24px;
2f1548fd
C
29 }
30
457bb213 31 .avatar {
27bc9586
C
32 @include margin-right(10px);
33
746018f6
C
34 width: 30px;
35 height: 30px;
36 min-width: 30px;
37 min-height: 30px;
38 border-radius: 5px;
457bb213 39 }
2f1548fd 40
457bb213
C
41 .message {
42 flex-grow: 1;
2f1548fd 43
457bb213
C
44 a {
45 font-weight: $font-semibold;
2f1548fd
C
46 }
47 }
457bb213
C
48
49 .from-date {
27bc9586
C
50 @include padding-left(5px);
51 @include margin-left(auto);
52
457bb213 53 font-size: 0.85em;
e66883b3 54 color: pvar(--greyForegroundColor);
457bb213 55 min-width: 70px;
27bc9586 56 text-align: end;
457bb213 57 }
2f1548fd 58}