Fix default checkbox size
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
93251e0029
commit
cd465ca35a
1 changed files with 3 additions and 3 deletions
|
@ -418,9 +418,9 @@ input[type=checkbox] {
|
|||
input[type=checkbox] {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 4px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: calc(var(--bo-radius) / 2);
|
||||
box-shadow: var(--bs-primary-border);
|
||||
background-color: var(--bg-surface);
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue