mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
16 lines
210 B
Plaintext
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;
|
|
} |