mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 03:41:41 +00:00
columnas para las imagenes
This commit is contained in:
parent
2608372889
commit
abfa771980
1 changed files with 2 additions and 2 deletions
|
@ -47,11 +47,11 @@
|
|||
|
||||
%div{ data: { editor: { auxiliary: 'img' } } }
|
||||
.row
|
||||
.col-12.col-md.form-group.d-flex.align-items-end
|
||||
.col-12.col-lg.form-group.d-flex.align-items-end
|
||||
.custom-file
|
||||
%input.custom-file-input{ type: 'file', data: { prop: 'img-file' }, accept: 'image/*' }/
|
||||
%label.custom-file-label{ for: 'img-file' }= t('editor.file.img')
|
||||
.col-12.col-md.form-group
|
||||
.col-12.col-lg.form-group
|
||||
%label{ for: 'img-alt' }= t('editor.description')
|
||||
%input.form-control{ type: 'text', data: { prop: 'img-alt' } }/
|
||||
|
||||
|
|
Loading…
Reference in a new issue