mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
dfc9138dd6
Allow merge/ replace of local feature flags GitOrigin-RevId: 531c2b9e73da8b8ca90ec0ed334a21c584cebe59
19 lines
327 B
Text
19 lines
327 B
Text
.admin-panel-pagination {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.phase-badge {
|
|
display: inline-block;
|
|
font-size: @font-size-small;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
padding: 3px 7px;
|
|
&:extend(.label);
|
|
&:extend(.label-info);
|
|
}
|
|
|
|
.scrollable {
|
|
max-height: calc(100vh - 40vh);
|
|
overflow-y: auto;
|
|
}
|