style: replace size-3.5 with size-4 in checkbox check icon
This commit is contained in:
parent
2c13f60a50
commit
26a586cde9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ body {
|
||||||
|
|
||||||
.checkbox::after {
|
.checkbox::after {
|
||||||
content: "";
|
content: "";
|
||||||
@apply hidden size-3.5 bg-cover bg-no-repeat;
|
@apply hidden size-4 bg-cover bg-no-repeat;
|
||||||
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue