overleaf/services/web/frontend/stylesheets/modules/admin-panel.less
Alexandre Bourdin 55e05d2fb6 Merge pull request #10933 from overleaf/ab-hackathon-split-tests-fancy-dash
[web/analytics] Split test dashboard improvements

GitOrigin-RevId: 7711060111c043a3002f30381c292249a84c320e
2022-12-21 09:05:50 +00:00

18 lines
405 B
Text

@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;
}