mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
22 lines
265 B
Plaintext
Executable File
22 lines
265 B
Plaintext
Executable File
|
|
.error {
|
|
width: 50%;
|
|
margin: 10% auto;
|
|
text-align: center;
|
|
|
|
small {
|
|
color: @primary-disabled;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
white-space: -moz-pre-wrap;
|
|
white-space: -o-pre-wrap;
|
|
} |