Files
coriolis/app/less/error.less
2015-05-05 01:05:58 -07:00

16 lines
210 B
Plaintext

.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;
}