mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
998a787a57
[web] Use label rather than deprecated badge style GitOrigin-RevId: f1275af06642def626820bc81cf7a318da0eedcf
14 lines
256 B
Text
14 lines
256 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);
|
|
}
|