//
This commit is contained in:
parent
5e79fe586a
commit
3b4aa69c40
2 changed files with 9 additions and 2 deletions
|
|
@ -805,9 +805,12 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
padding: 16px;
|
||||
margin: 16px 0 0;
|
||||
|
||||
border: 1px solid var(--border-light);
|
||||
border-radius: 4px;
|
||||
background-color: var(--bg-light);
|
||||
& > * {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
|
@ -824,6 +827,7 @@
|
|||
.files-view-name {
|
||||
color: var(--color-text-primary);
|
||||
font-size: var(--size-text-secondary);
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
@ -835,10 +839,12 @@
|
|||
height: 24px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: transparent !important;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
|
|||
|
|
@ -268,6 +268,7 @@ body.webbpm.ervu_lkrp_ul {
|
|||
}
|
||||
}
|
||||
.row {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
|
||||
& + .row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue