Merge pull request #32704 from overleaf/jel-domain-verify-copy-token

[web] Add component to render and copy domain verification token

GitOrigin-RevId: 36fcc8ef63208b6eb83a2e0f4360eb74a3a0af56
This commit is contained in:
Jessica Lawshe
2026-04-17 08:43:31 -05:00
committed by Copybot
parent 8a4b1186fc
commit 2da03f115f

View File

@@ -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;
}