mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 02:31:45 +00:00
Merge pull request #11094 from overleaf/jel-use-label-style
[web] Use label rather than deprecated badge style GitOrigin-RevId: f1275af06642def626820bc81cf7a318da0eedcf
This commit is contained in:
parent
bd3b9007c8
commit
998a787a57
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
@import '../../../frontend/stylesheets/core/variables.less';
|
||||
|
||||
.admin-panel-pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -7,12 +5,10 @@
|
|||
|
||||
.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;
|
||||
&:extend(.label);
|
||||
&:extend(.label-info);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue