mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove development styles
This commit is contained in:
parent
8c40432e18
commit
48d4e96221
1 changed files with 2 additions and 5 deletions
|
@ -28,13 +28,10 @@
|
|||
box-shadow: black 0px 0px 10px;
|
||||
}
|
||||
div.pdf-canvas.pdfng-empty {
|
||||
background-color: @gray-light;
|
||||
background-color: white;
|
||||
}
|
||||
div.pdf-canvas.pdfng-loading {
|
||||
background-color: @gray-lighter;
|
||||
}
|
||||
canvas.pdf-canvas.pdfng-rendering {
|
||||
box-shadow: red 0px 0px 10px;
|
||||
background-color: white;
|
||||
}
|
||||
.page-container {
|
||||
margin: 10px auto;
|
||||
|
|
Loading…
Reference in a new issue