refs #6892 fix scss
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-03-04 11:13:53 +01:00
parent c6f315d493
commit 2ba9cc990d
1 changed files with 2 additions and 2 deletions

View File

@ -145,13 +145,13 @@ watch(props, async () => {
display: flex; display: flex;
margin-bottom: 9px; margin-bottom: 9px;
& .q-checkbox__label { & .q-checkbox__label {
margin-left: 20px; margin-left: 25px;
color: var(--vn-text); color: var(--vn-text);
} }
& .q-checkbox__inner { & .q-checkbox__inner {
position: absolute; position: absolute;
left: 0; left: 0;
margin-left: auto; margin-left: 5px;
color: gray; color: gray;
} }
} }