mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Use css to add the beta symbol to the beta-label
This commit is contained in:
@@ -26,5 +26,5 @@ block content
|
||||
type="submit"
|
||||
)
|
||||
span #{translate("beta_program_opt_in_action")}
|
||||
span.beta-feature-badge(tooltip="Beta Feature" tooltip-placement="right") β
|
||||
span.beta-feature-badge()
|
||||
|
||||
|
||||
@@ -15,4 +15,7 @@
|
||||
padding-bottom: 4px;
|
||||
padding-top: 2px;
|
||||
margin-left: 12px;
|
||||
&:before {
|
||||
content: "β";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user