]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-actor-image-edit / actor-image-edit.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
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 {
19 @include peertube-button-file(30px);
20 @include orange-button;
21
22 display: flex;
23 justify-content: center;
24 padding: 0;
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 {
35 width: 19px;
36 }
37 }