]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/users/user-notifications.component.scss
Rename actor image edit module
[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 {
24 width: 24px;
25 margin-right: 11px;
26 margin-left: 3px;
2f1548fd 27
457bb213 28 @include apply-svg-color(#333);
2f1548fd
C
29 }
30
457bb213
C
31 .avatar {
32 @include avatar(30px);
33
34 margin-right: 10px;
35 }
2f1548fd 36
457bb213
C
37 .message {
38 flex-grow: 1;
2f1548fd 39
457bb213
C
40 a {
41 font-weight: $font-semibold;
2f1548fd
C
42 }
43 }
457bb213
C
44
45 .from-date {
46 font-size: 0.85em;
e66883b3 47 color: pvar(--greyForegroundColor);
457bb213
C
48 padding-left: 5px;
49 min-width: 70px;
50 text-align: right;
c5c09c1e 51 margin-left: auto;
457bb213 52 }
2f1548fd 53}