account markup fix on reconciliation

This commit is contained in:
merelendor 2022-01-28 13:06:12 +01:00
parent 163ccb7820
commit 29ab6c397b
3 changed files with 10 additions and 3003 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2387,6 +2387,7 @@ main {
min-height: 32px;
max-width: none;
font-weight: 400;
position: relative;
&[data-format] {
&:before {
@ -2396,8 +2397,15 @@ main {
}
}
input[type="checkbox"] +label {
display: flex;
align-items: center;
padding-left: 0;
}
input[type="checkbox"]+label:before {
margin-right: 56px;
position: relative;
}
&:not(.i-pdf) {