mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user