overleaf/services/web/public/stylesheets/app/base.less

15 lines
294 B
Text
Raw Normal View History

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
2014-07-07 08:43:36 -04:00
}
.img-circle {
display: inline-block;
overflow: hidden;
border-radius: 50%;
width: @line-height-computed * 4;
height: @line-height-computed * 4;
img {
margin-top: -10px;
}
2014-06-17 11:36:08 -04:00
}