UI : modyfing style for checkbox

This commit is contained in:
bsourisse 2023-06-05 23:30:22 +02:00
parent bbe1de8b8a
commit 3b3b46279c

View file

@ -126,6 +126,28 @@
margin-top: 3px;
}
.lanCommandWrapper {
display: flex;
margin-top: 20px;
color: #494b7a;
}
.lanCommandWrapper label {
margin: 0;
}
.lanCommandWrapper input[type='checkbox'] {
width: auto;
margin-right: 8px;
cursor: pointer;
accent-color: #6d4aff;
}
.lanCommandWrapper input[type='checkbox']:focus {
outline: 0;
box-shadow: none;
accent-color: #6d4aff;
}
/* DELETE DIALOG */
.deleteDialogWrapper {