mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-29 08:28:20 +00:00

* feat(console): personal access tokens (#3185) * token dialog, pat module * pat components * i18n, warn dialog, add token dialog * cleanup dialog * clipboard * return creationDate of pat * i18n Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix(cockroach): update to 21.2.5 (#3189) Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Silvan <silvan.reusser@gmail.com>
18 lines
185 B
SCSS
18 lines
185 B
SCSS
.title {
|
|
font-size: 1.2rem;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.form-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.action {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
.ok-button {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|