Added delete feature for nodes.
This commit is contained in:
parent
39e7af6238
commit
79aadc85c2
20 changed files with 300 additions and 20 deletions
33
app/styles/views/dialogs/_confirmDeletionDialog.scss
Normal file
33
app/styles/views/dialogs/_confirmDeletionDialog.scss
Normal file
|
@ -0,0 +1,33 @@
|
|||
.confirm-deletion-dialog {
|
||||
.modal-header {
|
||||
h3 {
|
||||
@extend .modal-title;
|
||||
}
|
||||
|
||||
.cancel-icon {
|
||||
@extend .fa, .fa-times;
|
||||
|
||||
position: relative;
|
||||
float: right;
|
||||
|
||||
top: 10px;
|
||||
right: 0;
|
||||
|
||||
margin-left: 15px;
|
||||
|
||||
cursor: pointer;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
.modal-footer {
|
||||
.proceed {
|
||||
@extend .btn;
|
||||
|
||||
margin-left: 5px;
|
||||
|
||||
&.proceed {
|
||||
@extend .btn-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue