mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-03 11:05:42 +00:00

* fix: hide domains settings for unauthorized users * refine sidenav object mapping * move domains to settings * change docs * set anchor to list element * remove canwrite check in ngif --------- Co-authored-by: Miguel A. C <doncicuto@gmail.com>
22 lines
222 B
SCSS
22 lines
222 B
SCSS
.title {
|
|
font-size: 1.2rem;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.desc {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.form-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.action {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.ok-button {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|