0
0
Fork 0

refs #6892 fix scss

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;
margin-bottom: 9px;
& .q-checkbox__label {
margin-left: 20px;
margin-left: 25px;
color: var(--vn-text);
}
& .q-checkbox__inner {
position: absolute;
left: 0;
margin-left: auto;
margin-left: 5px;
color: gray;
}
}