mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
d905863002
Create a generic ErrorBoundaryFallback component GitOrigin-RevId: 0c9200ddef2be3b90030a32eb8c36a59047cf2b4
7 lines
154 B
Text
7 lines
154 B
Text
.error-boundary-alert {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: @ol-blue-gray-0;
|
|
padding: @line-height-computed / 2;
|
|
}
|