2017-09-28 17:05:18 +00:00
|
|
|
.error-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 25vh;
|
|
|
|
display: flex;
|
2018-11-08 00:08:05 +00:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: start;
|
|
|
|
align-items: center;
|
2018-11-09 21:19:30 +00:00
|
|
|
background: $white-ter;
|
2017-09-28 17:05:18 +00:00
|
|
|
|
|
|
|
.error-message {
|
2018-11-09 21:19:30 +00:00
|
|
|
width: 95vw;
|
2017-09-28 17:05:18 +00:00
|
|
|
max-width: 600px;
|
|
|
|
|
2018-11-09 21:19:30 +00:00
|
|
|
.title {
|
2017-09-28 17:05:18 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-stack-trace {
|
2018-11-09 21:19:30 +00:00
|
|
|
border: 1px solid $grey-lighter;
|
2017-09-28 17:05:18 +00:00
|
|
|
border-radius: $radius;
|
2018-11-09 21:19:30 +00:00
|
|
|
background: $white;
|
2017-09-28 17:05:18 +00:00
|
|
|
}
|
2018-11-08 00:08:05 +00:00
|
|
|
|
|
|
|
.error-links {
|
|
|
|
padding-top: 15px;
|
|
|
|
margin-top: 15px;
|
2018-11-09 21:19:30 +00:00
|
|
|
border-top: 1px solid $grey-lighter;
|
|
|
|
width: 95vw;
|
|
|
|
max-width: 600px;
|
2018-11-08 00:08:05 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2017-09-28 17:05:18 +00:00
|
|
|
}
|