mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use css to add the beta symbol to the beta-label
This commit is contained in:
parent
8c9d15a3e4
commit
0dfd80d307
2 changed files with 4 additions and 1 deletions
|
@ -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: "β";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue