aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss')
-rw-r--r--client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss18
1 files changed, 17 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss
index ec2de2528..b2c64fff7 100644
--- a/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss
+++ b/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss
@@ -16,12 +16,28 @@
16 align-items: center; 16 align-items: center;
17} 17}
18 18
19.actor-img-edit-button { 19.dropdown {
20 position: absolute; 20 position: absolute;
21
22 > .actor-img-edit-button {
23 position: relative;
24 }
25}
26
27.actor-img-edit-button {
21 width: auto; 28 width: auto;
29 position: absolute;
22 30
23 label { 31 label {
24 font-weight: $font-semibold; 32 font-weight: $font-semibold;
25 margin-bottom: 0; 33 margin-bottom: 0;
26 } 34 }
27} 35}
36
37.dropdown-item {
38 @include dropdown-with-icon-item;
39}
40
41.dropdown-toggle::after {
42 display: none;
43}