@@ -507,6 +507,15 @@ footer .ui.language .menu {
font-size: 15px;
font-family: monospace;
}
+.beta-badge {
+ padding: 2px 5px;
+ margin-left: 8px;
+ color: #21BA45;
+ border-radius: 4px;
+ font-size: 11px;
+ font-weight: bold;
+ border: 1px solid #21BA45;
+}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.ui.container {
width: 95%;
@@ -565,6 +565,16 @@ footer {
+
@@ -37,7 +37,7 @@
</div>
<div class="inline field">
<div class="ui checkbox">
- <label><strong>Email is Private</strong></label>
+ <label><strong>Email is Private</strong><span class="beta-badge">Beta</span></label>
<input name="private_email" type="checkbox" {{if .private_email}}checked{{end}}>