diff --git a/services/web/frontend/stylesheets/pages/group-settings.scss b/services/web/frontend/stylesheets/pages/group-settings.scss index fc2bda1799..85dcbea11d 100644 --- a/services/web/frontend/stylesheets/pages/group-settings.scss +++ b/services/web/frontend/stylesheets/pages/group-settings.scss @@ -348,3 +348,12 @@ h4.group-settings-title { margin-bottom: var(--spacing-05); } } + +.domain-verification-token-container { + background-color: var(--bg-light-secondary); + padding: var(--spacing-05); + border-radius: var(--border-radius-base); + border: 1px solid var(--border-disabled); + display: flex; + justify-content: space-between; +}