overleaf/services/web/public/stylesheets/app/editor/binary-file.less
2014-07-03 17:19:57 +01:00

20 lines
No EOL
377 B
Text

.binary-file {
padding: @line-height-computed / 2;
background-color: @gray-lightest;
text-align: center;
img {
max-width: 100%;
max-height: 90%;
display: block;
margin: auto;
margin-bottom: @line-height-computed / 2;
border: 1px solid @gray;
.box-shadow(0 2px 3px @gray;);
background-color: white;
}
p.no-preview {
font-size: 24px;
color: @gray;
}
}