mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-29 11:48:07 +00:00
docs: overview in help, legal section (#2532)
* help, legal section * Update docs/docs/legal/introduction.mdx Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -223,6 +223,12 @@ main .container img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.rounded svg {
|
||||
fill: white;
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
}
|
||||
|
||||
.rounded i {
|
||||
color: white;
|
||||
}
|
||||
@@ -231,19 +237,30 @@ main .container img {
|
||||
background: linear-gradient(40deg, #059669 30%, #047857);
|
||||
}
|
||||
|
||||
.rounded-login {
|
||||
.rounded-password {
|
||||
background: linear-gradient(40deg, #f59e0b 30%, #b45309);
|
||||
}
|
||||
|
||||
.rounded-login,
|
||||
.rounded-register {
|
||||
background: linear-gradient(40deg, #059669 30%, #047857);
|
||||
}
|
||||
|
||||
.rounded-privatelabel {
|
||||
.rounded-privatelabel,
|
||||
.rounded-phone,
|
||||
.rounded-email,
|
||||
.rounded-service {
|
||||
background: linear-gradient(40deg, #3b82f6 30%, #4f46e5);
|
||||
}
|
||||
|
||||
.rounded-texts {
|
||||
.rounded-texts,
|
||||
.rounded-help {
|
||||
background: linear-gradient(40deg, #dc2626 30%, #db2777);
|
||||
}
|
||||
|
||||
.rounded-system, .rounded-apis {
|
||||
.rounded-system,
|
||||
.rounded-apis,
|
||||
.rounded-policy {
|
||||
background: linear-gradient(40deg, #1f2937, #111827);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user