Skip to content
Snippets Groups Projects
Unverified Commit 9c7ec69f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove unneeded iframe styles

parent b8379ac3
No related branches found
No related tags found
No related merge requests found
Pipeline #11708 passed
...@@ -613,14 +613,10 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem ...@@ -613,14 +613,10 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem
white-space: nowrap; white-space: nowrap;
} }
#pdf-preview .button.is-cancel, #external-auth .button.is-cancel { #pdf-preview .button.is-cancel {
color: #e4154b; color: #e4154b;
} }
#external-auth iframe {
margin-top: 0.5em;
}
.is-right { .is-right {
float: right; float: right;
} }
...@@ -640,13 +636,13 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem ...@@ -640,13 +636,13 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem
pointer-events: none; pointer-events: none;
} }
#pdf-preview .box-header, #external-auth .box-header { #pdf-preview .box-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: start; align-items: start;
} }
#pdf-preview .box-header .filename, #external-auth .box-header .filename { #pdf-preview .box-header .filename {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-right: 0.5em; margin-right: 0.5em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment