From 998a787a572b2f02650bdddaf1cb13c23cea4b3d Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 9 Jan 2023 10:21:18 -0600 Subject: [PATCH] Merge pull request #11094 from overleaf/jel-use-label-style [web] Use label rather than deprecated badge style GitOrigin-RevId: f1275af06642def626820bc81cf7a318da0eedcf --- .../web/frontend/stylesheets/modules/admin-panel.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/services/web/frontend/stylesheets/modules/admin-panel.less b/services/web/frontend/stylesheets/modules/admin-panel.less index a6bb721d79..1b06ad2b96 100644 --- a/services/web/frontend/stylesheets/modules/admin-panel.less +++ b/services/web/frontend/stylesheets/modules/admin-panel.less @@ -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); }