2016-05-16 18:27:03 +02:00
|
|
|
.delete-node-form {
|
|
|
|
@extend .container;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-deleted {
|
|
|
|
@extend .jumbotron, .container;
|
|
|
|
|
|
|
|
.summary, .actions {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
2016-05-18 22:50:06 +02:00
|
|
|
margin-top: 30px;
|
2016-05-16 18:27:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.token-hint {
|
|
|
|
font: {
|
|
|
|
weight: bold;
|
|
|
|
size: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary {
|
2016-05-18 22:50:06 +02:00
|
|
|
@extend .well;
|
2016-05-16 18:27:03 +02:00
|
|
|
|
2016-05-18 22:50:06 +02:00
|
|
|
display: table;
|
2016-05-16 18:27:03 +02:00
|
|
|
|
|
|
|
margin: {
|
2016-05-18 22:50:06 +02:00
|
|
|
left: auto;
|
|
|
|
right: auto;
|
2016-05-16 18:27:03 +02:00
|
|
|
top: 30px;
|
|
|
|
bottom: 30px;
|
|
|
|
}
|
2016-05-18 22:50:06 +02:00
|
|
|
|
|
|
|
border: 3px dashed $gray;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 32px;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
@extend .fa, .fa-trash;
|
|
|
|
|
|
|
|
display: table-cell;
|
|
|
|
|
|
|
|
padding-right: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
2016-05-16 18:27:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.back-button {
|
|
|
|
@extend .btn, .btn-lg, .btn-info;
|
|
|
|
}
|
|
|
|
}
|