]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss
Fix comment add avatar when unlogged
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-actor-image-edit / actor-image-edit.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
cdeddff1
C
3
4.actor ::ng-deep .popover-image-info .popover-body {
5 padding: 0;
6
7 .dropdown-item {
8 padding: 6px 10px;
9 border-radius: 4px;
10
11 &:first-child {
12 @include peertube-file;
13 display: block;
14 }
15 }
16}
17
18.actor-img-edit-button {
424aeb12 19 @include peertube-button-file(30px);
cdeddff1
C
20 @include orange-button;
21
424aeb12
C
22 display: flex;
23 justify-content: center;
24 padding: 0;
cdeddff1
C
25 margin-top: 10px;
26 margin-bottom: 5px;
27 cursor: pointer;
28
29 input {
30 width: 30px;
31 height: 30px;
32 }
33
34 my-global-icon {
424aeb12 35 width: 19px;
cdeddff1
C
36 }
37}