demo-orgs: Fix configure email banner action button on modals.

Fixes the action button on the configure email banner that appears
before a demo organization owner has added an email address on the
invite user and convert demo organization modals.

Adds the banner-wrapper class so that the general CSS rules for
banners are applied.

Removes the extra padding on the button as it does not appear to
be necessary any longer as the font and line height for the banner
label and action buttons is now the same.
This commit is contained in:
Lauryn Menard
2025-10-20 13:45:57 +02:00
committed by Tim Abbott
parent f317af2e1d
commit 6b6a02f932
3 changed files with 2 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<div class="alert" id="dev_env_msg"></div>
{{/if}}
{{#if (not user_has_email_set) }}
<div class="demo-organization-add-email-banner"></div>
<div class="demo-organization-add-email-banner banner-wrapper"></div>
{{/if}}
<div class="input-group">
<div id="invite_users_option_tabs_container"></div>

View File

@@ -1,6 +1,6 @@
<div id="convert-demo-organization-form">
{{#unless user_has_email_set}}
<div class="demo-organization-add-email-banner"></div>
<div class="demo-organization-add-email-banner banner-wrapper"></div>
{{/unless}}
<p>{{t "Everyone will need to log in again at the new URL for your organization." }}</p>
<form class="subdomain-setting">