1
0
Fork 0
peertube/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss

38 lines
584 B
SCSS

@use '_variables' as *;
@use '_mixins' as *;
.actor ::ng-deep .popover-image-info .popover-body {
padding: 0;
.dropdown-item {
padding: 6px 10px;
border-radius: 4px;
&:first-child {
@include peertube-file;
display: block;
}
}
}
.actor-img-edit-button {
@include peertube-button-file(30px);
@include button-with-icon;
@include orange-button;
display: flex;
justify-content: center;
margin-top: 10px;
margin-bottom: 5px;
cursor: pointer;
input {
width: 30px;
height: 30px;
}
my-global-icon {
width: 19px;
}
}