Modal fixes

This commit is contained in:
venashial
2022-06-18 15:40:17 -07:00
parent 43488cb57b
commit 92ec46147b
10 changed files with 36 additions and 20 deletions

View File

@@ -33,8 +33,9 @@
gap: 0.5rem;
> :global(.icon) {
width: 1var (--unit-3);
margin-right: -0var (--unit-3);
/* Icon on checkbox helps to be a little larger than normal icons 16px -> 18px */
width: 18px;
margin-right: -2px;
}
&__box {