//
This commit is contained in:
parent
5d301cccc1
commit
9fb2e18dd1
1 changed files with 27 additions and 3 deletions
|
|
@ -1281,7 +1281,7 @@
|
|||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: var(--color-text-secondary);
|
||||
min-height: 120px;
|
||||
|
|
@ -1289,12 +1289,30 @@
|
|||
border: 1px solid var(--color-primary-20);
|
||||
background-color: var(--bg-brick);
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .select-file-btn {
|
||||
margin-top: var(--indent-base);
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .selected-file {
|
||||
flex-direction: row;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .selected-file-size {
|
||||
color: var(--color-text-mute);
|
||||
margin-left: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .select-file-btn,
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .selected-file-delete-btn {
|
||||
font-size: var(--size-text-primary);
|
||||
font-family: 'GilroyM';
|
||||
margin: 0;
|
||||
border-radius: 100px;
|
||||
border: 0;
|
||||
background-color: var(--color-text-secondary);
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .select-file-btn {
|
||||
margin-top: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .selected-file-delete-btn {
|
||||
margin-left: auto;
|
||||
}
|
||||
/* ErvuFileUpload end */
|
||||
|
||||
.webbpm.ervu_dashboard .modal-content {
|
||||
|
|
@ -1316,8 +1334,14 @@
|
|||
outline: transparent;
|
||||
}
|
||||
.webbpm.ervu_dashboard .modal-body {
|
||||
font-size: var(--size-text-primary);
|
||||
padding: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .modal-footer {
|
||||
padding: var(--indent-medium) 0 0;
|
||||
margin-top: var(--indent-medium);
|
||||
border-top: 1px solid var(--color-primary-20);
|
||||
}
|
||||
|
||||
/* Special pages */
|
||||
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue