You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
630 B
38 lines
630 B
.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 {
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 42px;
|
|
padding: 10px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
&__subheader {
|
|
font-size: 19px;
|
|
padding: 10px 0;
|
|
width: 100%;
|
|
max-width: 720px;
|
|
text-align: center;
|
|
}
|
|
|
|
&__details {
|
|
font-size: 18px;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
max-width: 720px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
&__stack {
|
|
overflow-x: auto;
|
|
background-color: #eee;
|
|
}
|
|
}
|
|
|