From 2e7e48d982c5e0698f7d180360884e2708155ba8 Mon Sep 17 00:00:00 2001 From: tshenry Date: Tue, 12 Jul 2022 10:29:02 -0700 Subject: [PATCH] UX: Add classes to create-account modal for easier customization (#17435) Adds BEM-style classes to the input-group elements, and a dynamic class to the create-account-form element that reflects which auth provider is being used (if any). --- .../discourse/app/templates/modal/create-account.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/modal/create-account.hbs b/app/assets/javascripts/discourse/app/templates/modal/create-account.hbs index 7a9ae41fdbb..67943f51472 100644 --- a/app/assets/javascripts/discourse/app/templates/modal/create-account.hbs +++ b/app/assets/javascripts/discourse/app/templates/modal/create-account.hbs @@ -2,7 +2,7 @@ {{#unless this.complete}} -