mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-05 05:50:46 +00:00
30 lines
385 B
SCSS
30 lines
385 B
SCSS
![]() |
.title {
|
||
|
font-size: 1.2rem;
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.desc {
|
||
|
font-size: 0.9rem;
|
||
|
}
|
||
|
|
||
|
.roles-selection {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
.role-cb {
|
||
|
padding: 0.25rem 0;
|
||
|
|
||
|
.role-cb-content {
|
||
|
padding-left: 0.5rem;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.action {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|