mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
📝 change rounded size for checkboxes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{% else %}
|
||||
<div class="checkbox">
|
||||
<label class="peer-checked:text-orange">
|
||||
<input type="checkbox" name="options" value="{{ option.id }}" class="border rounded-full bg-charcoal hover:bg-orange cursor-pointer checked:bg-orange mr-1 peer">
|
||||
<input type="checkbox" name="options" value="{{ option.id }}" class="border rounded-sm bg-charcoal hover:bg-orange cursor-pointer checked:bg-orange mr-1 peer">
|
||||
{{ option.text }}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user