mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 18:12:07 +00:00
* routes, move grid to list comopnent * rename app list component, move to project sub * add owned-project-detail child module * seperate pipes * set password validators only if needed * create org initialize without pwd * no caps * self xss message * fix user table * fix project member paginator * fix project members pagination, user grant pag * move project grants, fix imports * fix owned project detail imports * use pipe and directives * ng content bindings, rem custom schemas * i18n, fix error toast parameter * toast i18n * side background * fix: sequence, add timestamp * audit * fix metanav background * org domain label * cleanup policy component * shorten user grant roles, mk cols visible as bind * move user components, show otp only if available * preload modules * fix password change * fix org create buttons * class css
62 lines
1010 B
SCSS
62 lines
1010 B
SCSS
|
|
.table-header-row {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
.desc {
|
|
font-size: .8rem;
|
|
color: #8795a1;
|
|
}
|
|
.count {
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
|
|
.fill-space {
|
|
flex: 1;
|
|
}
|
|
|
|
.icon-button {
|
|
margin-right: .5rem;
|
|
}
|
|
}
|
|
|
|
.table-wrapper {
|
|
overflow: auto;
|
|
|
|
.spinner-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
table, mat-paginator {
|
|
width: 100%;
|
|
|
|
td, th {
|
|
padding: 0 1rem;
|
|
|
|
&:first-child {
|
|
padding-left: 0;
|
|
padding-right: 1rem;
|
|
}
|
|
|
|
&:last-child {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.selection {
|
|
width: 50px;
|
|
max-width: 50px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.pointer {
|
|
outline: none;
|
|
cursor: pointer;
|
|
} |