2014-06-16 13:25:33 -05:00
|
|
|
.error-page {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 2em;
|
|
|
|
|
|
|
|
.face {
|
2017-12-18 14:49:11 -06:00
|
|
|
font-size: 4.286em;
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
.reason {
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--font-up-4);
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
.url {
|
|
|
|
font-style: italic;
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--font-down-1);
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
margin-top: 16px;
|
2024-09-13 10:50:52 -05:00
|
|
|
.d-icon-circle-check {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--success);
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
2020-06-01 07:15:23 -05:00
|
|
|
align-items: center;
|
2016-03-28 11:41:08 -05:00
|
|
|
display: inline-flex;
|
2014-06-16 13:25:33 -05:00
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|