mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 05:22:39 +00:00
feat: console descriptions (#7552)
* org page descriptions * feat(console): describe options * docs: fix bullet * lint * refactor: cleanup unused translations * translate * translate * translate * members * add links * translate * remove scripts * lint * remove node-jq * fix styles * Update console/src/assets/i18n/it.json Co-authored-by: Max Peintner <max@caos.ch> * Update console/src/assets/i18n/it.json Co-authored-by: Max Peintner <max@caos.ch> * Update console/src/assets/i18n/it.json Co-authored-by: Max Peintner <max@caos.ch> --------- Co-authored-by: peintnermax <max@caos.ch>
This commit is contained in:
@@ -473,6 +473,10 @@ $caos-dark-app-theme: modify-palette($caos-dark-app-theme, foreground, $cnsl-dar
|
||||
.root-header {
|
||||
box-shadow: inset 0 -1px map-get($cnsl-light-theme-foreground, divider);
|
||||
}
|
||||
|
||||
.desc-link {
|
||||
color: var(--theme-light-text);
|
||||
}
|
||||
}
|
||||
|
||||
.dark-theme {
|
||||
@@ -559,6 +563,10 @@ $caos-dark-app-theme: modify-palette($caos-dark-app-theme, foreground, $cnsl-dar
|
||||
.root-header {
|
||||
box-shadow: inset 0 -1px map-get($cnsl-dark-theme-foreground, divider);
|
||||
}
|
||||
|
||||
.desc-link {
|
||||
color: var(--theme-dark-text);
|
||||
}
|
||||
}
|
||||
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
|
||||
Reference in New Issue
Block a user