overleaf/services/web/frontend/stylesheets/modules/admin-panel.less

19 lines
405 B
Text
Raw Normal View History

@import '../../../frontend/stylesheets/core/variables.less';
.admin-panel-pagination {
display: flex;
justify-content: center;
}
.phase-badge {
display: inline-block;
border-radius: @badge-border-radius;
font-size: @font-size-small;
font-weight: @badge-font-weight;
line-height: @badge-line-height;
color: @badge-color;
white-space: nowrap;
text-align: center;
padding: 3px 7px;
}