Ligtbox for blocked US
parent
11ea2e3a46
commit
b28a6b4428
|
@ -89,3 +89,9 @@ block content
|
|||
// a.button.button-gray(href="", title="Client requirement") Client requirement
|
||||
// a.button.button-gray(href="", title="Team requirement") Team requirement
|
||||
// a.button.button-red(href="", title="Block") Block
|
||||
|
||||
div.lightbox.lightbox_block.hidden
|
||||
include views/modules/lightbox_block
|
||||
|
||||
div.lightbox.lightbox_watchers.hidden
|
||||
include views/modules/lightbox_watchers
|
||||
|
|
|
@ -20,5 +20,5 @@ block content
|
|||
|
||||
div.hidden.lightbox.lightbox_add-issue
|
||||
include views/modules/lightbox_add-issue
|
||||
div.lightbox.lightbox_add-bulk
|
||||
div.lightbox.lightbox_add-bulk.hidden
|
||||
include views/modules/lightbox_add-bulk
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
a.close(href="", title="close")
|
||||
span.icon.icon-delete
|
||||
form
|
||||
h2.title Story blocked
|
||||
fieldset
|
||||
textarea(placeholder="Please explain the reason")
|
||||
a.button.button-green(href="")
|
||||
span Save
|
|
@ -267,3 +267,14 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
.lightbox_block {
|
||||
form {
|
||||
@include table-flex-child(0, 420px, 0, 420px);
|
||||
}
|
||||
textarea {
|
||||
margin-bottom: 1rem;
|
||||
max-height: 12rem;
|
||||
min-height: 8rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue