mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:51:41 +00:00
editor de imagen a una columna en responsive
This commit is contained in:
parent
ed6530a6ba
commit
a4f8debcd7
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@
|
|||
|
||||
%div{ data: { editor: { auxiliary: 'img' } } }
|
||||
.row
|
||||
.col.form-group.d-flex.align-items-end
|
||||
.col-12.col-md.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.form-group
|
||||
.col-12.col-md.form-group
|
||||
%label{ for: 'img-alt' }= t('editor.description')
|
||||
%input.form-control{ type: 'text', data: { prop: 'img-alt' } }/
|
||||
|
||||
|
|
Loading…
Reference in a new issue