ffffng/app/styles/views/directives/_nodeSaved.scss

25 lines
402 B
SCSS
Raw Normal View History

2014-05-12 20:08:19 +02:00
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;
}
}