Initial commit.
This commit is contained in:
commit
0335f5aa93
1168 changed files with 261999 additions and 0 deletions
24
app/styles/views/directives/_nodeSaved.scss
Normal file
24
app/styles/views/directives/_nodeSaved.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
f-node-saved {
|
||||
.summary, .actions {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.summary {
|
||||
.token {
|
||||
@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