2021-05-27 18:25:00 +02:00
|
|
|
@use '_variables' as *;
|
|
|
|
@use '_mixins' as *;
|
2021-04-07 17:01:29 +02:00
|
|
|
|
2023-03-06 11:39:23 +01:00
|
|
|
.dropdown-file {
|
|
|
|
@include peertube-file;
|
2021-04-07 17:01:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.actor-img-edit-button {
|
2022-05-25 08:55:21 +02:00
|
|
|
@include peertube-button-file(30px);
|
2023-02-20 11:00:17 +01:00
|
|
|
@include button-with-icon;
|
2021-04-07 17:01:29 +02:00
|
|
|
@include orange-button;
|
|
|
|
|
2022-05-25 08:55:21 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2021-04-07 17:01:29 +02:00
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
my-global-icon {
|
2022-05-25 08:55:21 +02:00
|
|
|
width: 19px;
|
2021-04-07 17:01:29 +02:00
|
|
|
}
|
|
|
|
}
|