Explorar el Código

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

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

GitOrigin-RevId: 36fcc8ef63208b6eb83a2e0f4360eb74a3a0af56
Jessica Lawshe hace 3 meses
padre
commit
2da03f115f
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      services/web/frontend/stylesheets/pages/group-settings.scss

+ 9 - 0
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;
+}