Current section
Files
Jump to
Current section
Files
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 * 10);
overflow: auto;
// white-space: pre;
}