Files
coriolis/src/less/error.less
2015-11-29 18:44:59 -08:00

16 lines
210 B
Plaintext
Executable File

.error {
width: 50%;
margin: 10% auto;
text-align: center;
small {
color: @primary-disabled;
}
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
}