mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-06 18:15:43 +00:00
17 lines
200 B
SCSS
17 lines
200 B
SCSS
![]() |
.formfield {
|
||
|
width: 200px;
|
||
|
}
|
||
|
|
||
|
.action {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
|
||
|
.ok-button {
|
||
|
margin-left: 0.5rem;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
border-radius: 0.5rem;
|
||
|
}
|
||
|
}
|