projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93251e0
)
Fix default checkbox size
author
Ajay Bura
<ajbura@gmail.com>
Thu, 30 Dec 2021 07:17:25 +0000
(12:47 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Thu, 30 Dec 2021 07:17:25 +0000
(12:47 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/index.scss
patch
|
blob
|
history
diff --git
a/src/index.scss
b/src/index.scss
index 28a80b86b31723572221d72768aa468bf1d29647..60c6a0d48736580771136a66601f4434e324ad19 100644
(file)
--- a/
src/index.scss
+++ b/
src/index.scss
@@
-418,9
+418,9
@@
input[type=checkbox] {
input[type=checkbox] {
margin: 0;
padding: 0;
- width:
18
px;
- height:
18
px;
- border-radius:
4px
;
+ width:
20
px;
+ height:
20
px;
+ border-radius:
calc(var(--bo-radius) / 2)
;
box-shadow: var(--bs-primary-border);
background-color: var(--bg-surface);
cursor: pointer;