2020-01-24 22:11:02 +01:00
|
|
|
.error-page {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
align-items: center;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 35px 10px 10px 10px;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
&__header {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H1;
|
|
|
|
|
2020-01-24 22:11:02 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 10px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__subheader {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H4;
|
|
|
|
|
2020-01-24 22:11:02 +01:00
|
|
|
padding: 10px 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 720px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__details {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H4;
|
|
|
|
|
2020-01-24 22:11:02 +01:00
|
|
|
overflow-y: auto;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 720px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__stack {
|
|
|
|
overflow-x: auto;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
2021-03-03 18:15:24 +01:00
|
|
|
|
|
|
|
&__link-text {
|
|
|
|
color: #037dd6;
|
|
|
|
}
|
2020-01-24 22:11:02 +01:00
|
|
|
}
|