From 5903720dbd21a029cf035d4b7268a11ccfc4170e Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:31:53 -0500 Subject: [PATCH] Merge pull request #19241 from overleaf/jel-cms-btn-premium [web] Render premium button style from CMS GitOrigin-RevId: 5cd896e6f220f48054fa9fe35b48a56449facf6a --- services/web/frontend/stylesheets/components/buttons.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/frontend/stylesheets/components/buttons.less b/services/web/frontend/stylesheets/components/buttons.less index 3d1fbd7ad7..448ae4afa9 100755 --- a/services/web/frontend/stylesheets/components/buttons.less +++ b/services/web/frontend/stylesheets/components/buttons.less @@ -158,6 +158,9 @@ .btn-secondary { .btn-secondary; } + .btn-premium { + .btn-premium; + } } // Link buttons