mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
* show filter count when set * toast contrast color * fix notification settings, password dialog * app-create, user-create layout * domain policy * login-policy, project grid loader, i18n * login policy * login policy save lifetimes * private labeling optim * granted project grantId * smtp address matching * i18n * i18n * i18n * replace url strategy * fix privatelabeling color picker saving * stylelint Co-authored-by: Livio Amstutz <livio.a@gmail.com>
134 lines
1.8 KiB
SCSS
134 lines
1.8 KiB
SCSS
h1 {
|
|
font-weight: 500;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
p.desc {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.proswitch {
|
|
margin-bottom: 2rem;
|
|
display: block;
|
|
}
|
|
|
|
.abort-container {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 2rem;
|
|
|
|
.abort {
|
|
font-size: 1.2rem;
|
|
margin-left: 2rem;
|
|
}
|
|
|
|
.abort-2 {
|
|
font-size: 1.2rem;
|
|
margin-left: 2rem;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.app-create-content {
|
|
padding-left: 4.5rem;
|
|
|
|
.name-formfield {
|
|
max-width: 400px;
|
|
display: block;
|
|
}
|
|
|
|
.app-create-container {
|
|
padding-top: 2rem;
|
|
|
|
.progress-bar {
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|
|
|
|
.margin-right {
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.stepper {
|
|
background: inherit !important;
|
|
margin: 0 -1.5rem;
|
|
|
|
.formfield {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.step-title {
|
|
font-size: 1rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
}
|
|
|
|
.step-description {
|
|
font-size: 0.9rem;
|
|
}
|
|
}
|
|
|
|
.checkbox-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.checkbox {
|
|
margin: 0.5rem 0;
|
|
}
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.left,
|
|
.right {
|
|
margin-bottom: 0.5rem;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
.app-create-actions {
|
|
margin-top: 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.bck-button {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.create-button {
|
|
padding: 0.5rem 4rem;
|
|
}
|
|
}
|
|
|
|
.dev {
|
|
.content {
|
|
display: flex;
|
|
margin: 0 -0.5rem;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
|
|
.formfield {
|
|
flex: 1;
|
|
box-sizing: border-box;
|
|
margin: 0 0.5rem;
|
|
|
|
&.full-width {
|
|
flex-basis: 80%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.continue-button {
|
|
margin-top: 3rem;
|
|
display: block;
|
|
padding: 0.5rem 4rem;
|
|
}
|
|
}
|
|
}
|