2022-08-09 09:48:59 -04:00
|
|
|
.error-boundary-alert {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: @ol-blue-gray-0;
|
|
|
|
padding: @line-height-computed / 2;
|
|
|
|
}
|
2023-06-01 15:58:21 -04:00
|
|
|
|
|
|
|
.error-boundary-container {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 16px;
|
2024-10-11 05:23:33 -04:00
|
|
|
position: absolute;
|
|
|
|
top: 40%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2023-06-01 15:58:21 -04:00
|
|
|
|
2024-10-11 05:23:33 -04:00
|
|
|
.error-message {
|
|
|
|
align-items: center;
|
|
|
|
color: @neutral-90;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 4px;
|
|
|
|
}
|
2023-06-01 15:58:21 -04:00
|
|
|
}
|