mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
55e05d2fb6
[web/analytics] Split test dashboard improvements GitOrigin-RevId: 7711060111c043a3002f30381c292249a84c320e
18 lines
405 B
Text
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;
|
|
}
|