ffffng/app/styles/views/_deleteNodeForm.scss

45 lines
693 B
SCSS
Raw Normal View History

2016-05-16 18:27:03 +02:00
.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;
}
}