mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
03fec6e911
'infratructure' -> 'infrastructure' (rofl) Recaptcha Email Login / Forgot Password Password Reset
41 lines
766 B
CSS
41 lines
766 B
CSS
/**
|
|
* @provides aphront-request-failure-view-css
|
|
*/
|
|
|
|
.aphront-request-failure-view {
|
|
margin: 2em auto;
|
|
background: #eff2f7;
|
|
width: 600px;
|
|
}
|
|
|
|
.aphront-request-failure-view .aphront-request-failure-head {
|
|
padding: 1em 2em;
|
|
border-bottom: 1px solid #afb2b7;
|
|
background: #dfe2e7;
|
|
}
|
|
|
|
.aphront-request-failure-view .aphront-request-failure-head h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.aphront-request-failure-view .aphront-request-failure-body {
|
|
padding: 1em 2em 1.5em;
|
|
}
|
|
|
|
.aphront-request-failure-view .aphront-request-failure-body p {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
.aphront-failure-continue {
|
|
margin-top: 1.5em;
|
|
text-align: right;
|
|
}
|
|
|
|
.aphront-failure-continue a.button {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.aphront-request-failure-view ul {
|
|
list-style: disc;
|
|
margin-left: 3em;
|
|
}
|