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
Branches
No related tags found
No related merge requests found
Pipeline #11708 passed
......@@ -613,14 +613,10 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem
white-space: nowrap;
}
#pdf-preview .button.is-cancel, #external-auth .button.is-cancel {
#pdf-preview .button.is-cancel {
color: #e4154b;
}
#external-auth iframe {
margin-top: 0.5em;
}
.is-right {
float: right;
}
......@@ -640,13 +636,13 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem
pointer-events: none;
}
#pdf-preview .box-header, #external-auth .box-header {
#pdf-preview .box-header {
display: flex;
justify-content: space-between;
align-items: start;
}
#pdf-preview .box-header .filename, #external-auth .box-header .filename {
#pdf-preview .box-header .filename {
overflow: hidden;
text-overflow: ellipsis;
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