login: Specify spectator login is in beta.

This commit is contained in:
Aman Agrawal 2022-02-15 10:12:17 +00:00 committed by Tim Abbott
parent d6fb439c7a
commit 450e4bbb56
2 changed files with 5 additions and 0 deletions

View File

@ -716,6 +716,10 @@ html {
button {
/* Avoid excessive space at top of login form */
margin-top: 0;
.spectator_beta_text {
color: hsl(0, 0%, 90%);
}
}
}

View File

@ -38,6 +38,7 @@ page can be easily identified in it's respective JavaScript file. -->
<input type="hidden" name="next" value="{{ next }}" />
<button class="full-width">
{{ _('Access without an account') }}
<span class="spectator_beta_text">({{ _('Beta') }})</span>
</button>
</form>
</div>