-
{{ i18n.tsx.registrationLimitDetails({ limit: instance.registrationLimitCooldown, count: instance.registrationLimit }) }}
+
+ {{ i18n.tsx.registrationLimitDetails({ limit: instance.registrationLimitCooldown, count:
+ instance.registrationLimit }) }}
+
{{ i18n.ts.doYouHaveInviteCode }}
- {{ i18n.ts.hasInviteCode }}
- {{ i18n.ts.doesNotHaveInviteCode }}
+
+ {{ i18n.ts.hasInviteCode }}
+
+
+ {{ i18n.ts.doesNotHaveInviteCode }}
+
{{ i18n.ts.cancel }}
@@ -66,8 +79,8 @@ async function doneWithoutCode() {
padding: 16px;
text-align: center;
font-size: 26px;
- background-color: var(--accentedBg);
- color: var(--accent);
+ background-color: var(--MI_THEME-accentedBg);
+ color: var(--MI_THEME-accent);
}
.rules {
@@ -92,8 +105,8 @@ async function doneWithoutCode() {
width: 32px;
height: 32px;
line-height: 32px;
- background-color: var(--accentedBg);
- color: var(--accent);
+ background-color: var(--MI_THEME-accentedBg);
+ color: var(--MI_THEME-accent);
font-size: 13px;
font-weight: bold;
align-items: center;
@@ -104,4 +117,5 @@ async function doneWithoutCode() {
.ruleText {
padding-top: 6px;
-}
+}
+
diff --git a/packages/frontend/src/components/MkSignupDialog.rules.vue b/packages/frontend/src/components/MkSignupDialog.rules.vue
index ec3e79cfca58..bf8541f3f8a3 100644
--- a/packages/frontend/src/components/MkSignupDialog.rules.vue
+++ b/packages/frontend/src/components/MkSignupDialog.rules.vue
@@ -24,49 +24,103 @@ SPDX-License-Identifier: AGPL-3.0-only