2013-01-23 00:16:26 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-fatal-config-template-css
|
|
|
|
*/
|
|
|
|
body {
|
|
|
|
overflow-y: scroll;
|
|
|
|
background: #f9f9f9;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-02-26 18:26:36 +01:00
|
|
|
font: 13px/1.231 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol',
|
|
|
|
'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2013-01-23 00:16:26 +01:00
|
|
|
text-align: left;
|
|
|
|
-webkit-text-size-adjust: none;
|
|
|
|
}
|
2016-09-06 22:48:22 +02:00
|
|
|
|
|
|
|
body.in-flight {
|
|
|
|
background: #41506e;
|
|
|
|
color: #e0e0e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-flight-error-detail {
|
|
|
|
max-width: 760px;
|
|
|
|
margin: 72px auto;
|
|
|
|
background: rgba(255, 255, 255, 0.25);
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-flight-error-title {
|
|
|
|
padding: 12px 8px;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-flight-error-body {
|
|
|
|
padding: 4px 12px 12px;
|
|
|
|
}
|