.btn
This commit is contained in:
parent
9e4458a63a
commit
d198a8ac87
1 changed files with 11 additions and 4 deletions
|
|
@ -321,7 +321,8 @@
|
|||
}
|
||||
*/
|
||||
|
||||
.webbpm.ervu_dashboard :is(.arrow-btn, .delete-btn) .btn {
|
||||
.webbpm.ervu_dashboard :is(.arrow-btn, .delete-btn) .btn,
|
||||
.webbpm.ervu_dashboard .selected-file-delete-btn {
|
||||
position: relative;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
|
@ -333,7 +334,8 @@
|
|||
border: 0;
|
||||
background-color: var(--color-text-secondary);
|
||||
}
|
||||
.webbpm.ervu_dashboard :is(.arrow-btn, .delete-btn) .btn::before {
|
||||
.webbpm.ervu_dashboard :is(.arrow-btn, .delete-btn) .btn::before,
|
||||
.webbpm.ervu_dashboard .selected-file-delete-btn::before {
|
||||
position: absolute;
|
||||
color: var(--color-dark);
|
||||
font-family: bootstrap-icons !important;
|
||||
|
|
@ -346,7 +348,8 @@
|
|||
.webbpm.ervu_dashboard .arrow-btn .btn::before {
|
||||
content: "\f285";
|
||||
}
|
||||
.webbpm.ervu_dashboard .delete-btn .btn::before {
|
||||
.webbpm.ervu_dashboard .delete-btn .btn::before,
|
||||
.webbpm.ervu_dashboard .selected-file-delete-btn::before {
|
||||
content: "\f659";
|
||||
}
|
||||
|
||||
|
|
@ -1365,6 +1368,10 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard ervu-file-upload,
|
||||
.webbpm.ervu_dashboard ervu-file-upload + button-component:not([hidden]) {
|
||||
margin-bottom: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .file-drop-zone {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
@ -1399,7 +1406,7 @@
|
|||
margin-top: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .ervu-file-upload .selected-file-delete-btn {
|
||||
margin-left: auto;
|
||||
margin-left: var(--indent-xlarge);
|
||||
}
|
||||
/* ErvuFileUpload end */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue