Added delete feature for nodes.
This commit is contained in:
parent
39e7af6238
commit
79aadc85c2
20 changed files with 300 additions and 20 deletions
app/styles/views
44
app/styles/views/_deleteNodeForm.scss
Normal file
44
app/styles/views/_deleteNodeForm.scss
Normal file
|
@ -0,0 +1,44 @@
|
|||
.delete-node-form {
|
||||
@extend .container;
|
||||
}
|
||||
|
||||
.node-deleted {
|
||||
@extend .jumbotron, .container;
|
||||
|
||||
.summary, .actions {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.token-hint {
|
||||
font: {
|
||||
weight: bold;
|
||||
size: 32px;
|
||||
}
|
||||
|
||||
text-align: center;
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.summary {
|
||||
.node {
|
||||
@extend .well;
|
||||
|
||||
border: 3px dashed $gray;
|
||||
font-family: monospace;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
margin: {
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.back-button {
|
||||
@extend .btn, .btn-lg, .btn-info;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue