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

35 lines
558 B
SCSS
Raw Normal View History

2014-05-12 20:08:19 +02:00
f-node-saved {
.summary, .actions {
text-align: center;
}
2014-05-30 19:37:51 +02:00
.token-hint {
font: {
weight: bold;
size: 32px;
}
text-align: center;
margin-top: 32px;
}
2014-05-12 20:08:19 +02:00
.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;
}
}