Compare commits

..

2 commits

Author SHA1 Message Date
f529a2b2ef
Increase default input size.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-09-23 15:26:13 +02:00
eb358c1c1a
Fix checkboxes and radio boxes inputs with bad style because of the new box component. 2024-09-23 15:25:47 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
.box div.box
{ {
margin: 0.5em auto; margin: 0.5em auto;
width: 50em; width: 50em;

View file

@ -3,7 +3,7 @@ input, textarea, select
transition: outline 0.2s ease; transition: outline 0.2s ease;
display: block; display: block;
width: 15em; width: 20em;
padding: 0.5em; padding: 0.5em;
border-radius: 0.25em; border-radius: 0.25em;
box-sizing: border-box; box-sizing: border-box;