5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 06:56:22 +00:00

feat: agregado componente checkbox
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-02-09 13:17:00 -03:00
parent 111f2d6503
commit 754538024e
3 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
.custom-control.custom-checkbox
%input{ type: 'checkbox', id: '', class: '' }

View file

@ -1,5 +1,5 @@
.flex .flex
.card .card
.card-body .card-body
%input{ type: 'checkbox', value: '', class: 'ml-5' } = render 'components/checkbox'
%h4.d-inline.ml-5= t('moderation_queue.instances.block_lists') %h4.d-inline.ml-5= t('moderation_queue.instances.block_lists')

View file

@ -2,7 +2,7 @@
.flex.mx-4.my-5 .flex.mx-4.my-5
.row.no-gutters .row.no-gutters
.col-1 .col-1
%input{ type: 'checkbox', id: '' } = render 'components/checkbox'
.col-10 .col-10
.row.border.border-white .row.border.border-white
.col.col-1.border.border-white.mr-5 .col.col-1.border.border-white.mr-5