mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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;
|
||
|
}
|