overleaf/services/web/public/stylesheets/app/editor/binary-file.less

20 lines
377 B
Text
Raw Normal View History

2014-07-03 12:05:50 -04:00
.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;
2014-07-03 12:19:57 -04:00
.box-shadow(0 2px 3px @gray;);
background-color: white;
2014-07-03 12:05:50 -04:00
}
p.no-preview {
font-size: 24px;
color: @gray;
}
}