SUPPORT-9397
This commit is contained in:
parent
fd1cc8c871
commit
accc88da08
1 changed files with 14 additions and 14 deletions
|
|
@ -818,11 +818,14 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload {
|
.webbpm.ervu_lkrp_ul .modal.show :is(ervu-file-upload, ervu-additional-file-upload) {
|
||||||
display: block;
|
display: block;
|
||||||
margin: var(--indent-mini) 0;
|
margin: var(--indent-mini) 0;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .file-drop-zone {
|
.webbpm.ervu_lkrp_ul .modal.show :is(ervu-file-upload, ervu-additional-file-upload) ~ button-component:not(.info):not(.link) {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .file-drop-zone {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -831,14 +834,14 @@
|
||||||
border: 2px dashed var(--border-light);
|
border: 2px dashed var(--border-light);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .file-drop-zone .select-file-field-text {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .file-drop-zone .select-file-field-text {
|
||||||
color: var(--color-light);
|
color: var(--color-light);
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .file-drop-zone .select-file-btn {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .file-drop-zone .select-file-btn {
|
||||||
margin-top: var(--indent-mini);
|
margin-top: var(--indent-mini);
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file {
|
||||||
display: flex;
|
display: flex;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
|
|
@ -846,7 +849,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: var(--bg-light);
|
background-color: var(--bg-light);
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file .selected-file-name {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file .selected-file-name {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
font-size: var(--size-text-secondary);
|
font-size: var(--size-text-secondary);
|
||||||
|
|
@ -855,24 +858,24 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-left: 56px;
|
padding-left: 56px;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file .icon-csv::before {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file .icon-csv::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: url(../img/svg/file-csv.svg);
|
content: url(../img/svg/file-csv.svg);
|
||||||
top: -2px;
|
top: -2px;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file .selected-file-size {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file .selected-file-size {
|
||||||
color: var(--border-light);
|
color: var(--border-light);
|
||||||
font-family: 'InterL';
|
font-family: 'InterL';
|
||||||
font-size: var(--size-text-secondary);
|
font-size: var(--size-text-secondary);
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file .selected-file-size::before {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file .selected-file-size::before {
|
||||||
position: relative;
|
position: relative;
|
||||||
content: "|";
|
content: "|";
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file .selected-file-delete-btn {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file .selected-file-delete-btn {
|
||||||
color: var(--color-link);
|
color: var(--color-link);
|
||||||
font-size: var(--size-text-secondary);
|
font-size: var(--size-text-secondary);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
@ -880,12 +883,9 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload .selected-file .selected-file-delete-btn:is(:hover, :focus, :active) {
|
.webbpm.ervu_lkrp_ul .modal.show .ervu-file-upload .selected-file .selected-file-delete-btn:is(:hover, :focus, :active) {
|
||||||
color: var(--color-link-hover);
|
color: var(--color-link-hover);
|
||||||
}
|
}
|
||||||
.webbpm.ervu_lkrp_ul .modal.show ervu-file-upload ~ button-component:not(.info):not(.link) {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.webbpm.ervu_lkrp_ul .modal.show .modal-content .paragraph-list > .vertical-container > * {
|
.webbpm.ervu_lkrp_ul .modal.show .modal-content .paragraph-list > .vertical-container > * {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue