mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-16 07:52:58 +00:00
8 lines
154 B
Text
8 lines
154 B
Text
|
.error-boundary-alert {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: @ol-blue-gray-0;
|
||
|
padding: @line-height-computed / 2;
|
||
|
}
|