26 lines
925 B
Plaintext
26 lines
925 B
Plaintext
.sn-component
|
|
.sk-modal.small.auto-height
|
|
.sk-modal-background
|
|
.sk-modal-content
|
|
.sn-component
|
|
.sk-panel
|
|
.sk-panel-header
|
|
.sk-h1.sk-panel-header-title {{ctrl.title}}
|
|
a.sk-a.info.close-button(ng-click="ctrl.dismiss()") Close
|
|
.sk-panel-content
|
|
.sk-panel-section
|
|
.sk-p.sk-panel-row {{ctrl.message}}
|
|
.sk-panel-row
|
|
.sk-panel-column.stretch
|
|
form(ng-submit="ctrl.submit()")
|
|
input.sk-input.contrast(
|
|
ng-model="ctrl.formData.input"
|
|
placeholder="{{ctrl.placeholder}}"
|
|
should-focus="true"
|
|
sn-autofocus="true"
|
|
type="{{ctrl.type}}"
|
|
)
|
|
.sk-panel-footer
|
|
a.sk-a.info.right(ng-click="ctrl.submit()")
|
|
| Submit
|