Style item name
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.attract-form
|
.attract-form
|
||||||
form#shot_form(onsubmit="return shot_save('{{shot._id}}', '{{ url_for('attract.shots.perproject.save', project_url=project['url'], shot_id=shot._id) }}')")
|
form#shot_form(onsubmit="return shot_save('{{shot._id}}', '{{ url_for('attract.shots.perproject.save', project_url=project['url'], shot_id=shot._id) }}')")
|
||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
input.input-transparent.shot-name(
|
input.input-transparent.item-name(
|
||||||
name="name",
|
name="name",
|
||||||
type=text,
|
type=text,
|
||||||
placeholder='Name',
|
placeholder='Name',
|
||||||
|
Reference in New Issue
Block a user