Use css to add the beta symbol to the beta-label

This commit is contained in:
Shane Kilkelly 2016-06-07 14:04:02 +01:00
parent 8c9d15a3e4
commit 0dfd80d307
2 changed files with 4 additions and 1 deletions

View file

@ -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()

View file

@ -15,4 +15,7 @@
padding-bottom: 4px;
padding-top: 2px;
margin-left: 12px;
&:before {
content: "β";
}
}