mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-24 00:51:31 +00:00

* console guide * org * orgs, projects * applications * project, roles, authz * users, roles * app config, imgs * policy imgs * users, metadata, imgs * actions, projects, structure * css * rm overview component * rm manager from sidebar * fix some broken links, update 🦖 * fix broken links * fix img shadow * Update docs/docs/concepts/structure/applications.md Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * policy link * link to projects guide * Update docs/docs/guides/integrate/application/review-config.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * add external org authz guide * Update docs/docs/guides/manage/console/users.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * link to example * readd manager structure * punto * docs: domain settings email as username * docs: links * project, application settings, screenshots * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/organizations.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * iam role * Update docs/docs/guides/manage/console/managers.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/managers.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * change username text * Update docs/docs/guides/manage/console/roles.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * link example * branding changes * Update docs/docs/guides/manage/console/organizations.mdx good point 👍 Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * docs: loginnames Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
144 lines
2.2 KiB
CSS
144 lines
2.2 KiB
CSS
/* stylelint-disable docusaurus/copyright-header */
|
|
|
|
/**
|
|
* CSS files with the .module.css suffix will be treated as CSS modules
|
|
* and scoped locally.
|
|
*/
|
|
|
|
.heroBanner {
|
|
padding: 4rem 0;
|
|
text-align: center;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gigiwrapper {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.gigiwrapperrelative {
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 256px;
|
|
width: 256px;
|
|
}
|
|
|
|
.gigiwrapperrelative img {
|
|
top: 50px;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.gigibanner {
|
|
position: absolute;
|
|
top: 201px;
|
|
right: -50px;
|
|
padding: 1rem 0;
|
|
background-color: var(--gigibannerbackground);
|
|
color: var(--gigibannerforeground);
|
|
transform: rotate(45deg);
|
|
transform-origin: top right;
|
|
width: 350px;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.gigiwrapper {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 966px) {
|
|
.heroBanner {
|
|
padding: 2rem;
|
|
}
|
|
}
|
|
|
|
.buttons {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureImage {
|
|
height: 70px;
|
|
width: 70px;
|
|
margin: 1rem 1rem 1rem 0 !important;
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
.homelink:hover,
|
|
.homelink:hover i {
|
|
color: var(--ifm-link-color);
|
|
}
|
|
|
|
.homelinkicon {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.quickstartcontainer {
|
|
padding: 0;
|
|
border-radius: 1rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
margin: -0.5rem;
|
|
}
|
|
|
|
.quickstart {
|
|
flex: 1;
|
|
padding: 1rem;
|
|
margin: 0.5rem;
|
|
min-width: 200px;
|
|
display: flex;
|
|
align-items: center;
|
|
background: var(--list-background);
|
|
border-radius: 1rem;
|
|
border: 1px solid var(--card-border);
|
|
}
|
|
|
|
.quickstart p {
|
|
margin: 0;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.quickstartlinkimg {
|
|
height: 80px;
|
|
width: 80px;
|
|
margin: 1rem 1rem 1rem 0 !important;
|
|
border-radius: 1rem;
|
|
background-size: cover;
|
|
object-fit: contain;
|
|
background-position: center;
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.quickstartcontainer {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.quickstartlinkimg {
|
|
height: 60px;
|
|
width: 60px;
|
|
}
|
|
|
|
.featureImage {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
}
|
|
|
|
.apilinks h2 {
|
|
font-size: 1rem;
|
|
}
|