Added confirmation page for monitoring + a few tweaks.
This commit is contained in:
parent
1b173b79d4
commit
0bdce5debb
24 changed files with 431 additions and 72 deletions
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.actions {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.token-hint {
|
||||
|
@ -24,18 +24,32 @@
|
|||
}
|
||||
|
||||
.summary {
|
||||
.node {
|
||||
@extend .well;
|
||||
@extend .well;
|
||||
|
||||
border: 3px dashed $gray;
|
||||
font-family: monospace;
|
||||
font-size: 32px;
|
||||
}
|
||||
display: table;
|
||||
|
||||
margin: {
|
||||
left: auto;
|
||||
right: auto;
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
.back-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue