Current section

Files

Jump to
exq_ui priv ember app styles exq.scss
Raw

priv/ember/app/styles/exq.scss

.row {
&.stats {
padding: 10px;
border: 1px solid $gray-dark;
border-radius: 5px;
div {
text-align: center;
}
}
}
.failure-error-message {
max-height: $line-height-computed;
overflow: auto;
// white-space: pre;
}