ervu-file-upload
This commit is contained in:
parent
cc90da6336
commit
e05e553b91
1 changed files with 17 additions and 3 deletions
|
|
@ -122,7 +122,8 @@
|
|||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul .btn,
|
||||
.webbpm.ervu_lkrp_ul .modal.show button-component.btn-main:not(.info):not(.link) .btn {
|
||||
.webbpm.ervu_lkrp_ul .modal.show button-component.btn-main:not(.info):not(.link) .btn,
|
||||
.webbpm.ervu_lkrp_ul .select-file-btn {
|
||||
font-size: var(--size-text-secondary);
|
||||
font-family: 'Inter';
|
||||
color: var(--white);
|
||||
|
|
@ -779,10 +780,23 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.ervu-file-upload {
|
||||
margin-top: 16px;
|
||||
|
||||
.file-drop-zone {
|
||||
flex-direction: column;
|
||||
border-radius: 12px;
|
||||
border: 2px dashed var(--border-light);
|
||||
|
||||
.select-file-field-text {
|
||||
color: var(--color-light);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
file-upload {
|
||||
display: block;
|
||||
margin-top: 16px;
|
||||
margin: 16px 0;
|
||||
|
||||
label {
|
||||
display: none;
|
||||
|
|
@ -860,7 +874,7 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
.paragraph-list > .vertical-container > * {
|
||||
position: relative;
|
||||
padding-left: var(--indent-small);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue