mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
15 lines
No EOL
294 B
Text
15 lines
No EOL
294 B
Text
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
.img-circle {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
width: @line-height-computed * 4;
|
|
height: @line-height-computed * 4;
|
|
img {
|
|
margin-top: -10px;
|
|
}
|
|
} |