Minor updates
This commit is contained in:
parent
11e7090dc7
commit
3182134892
@ -15,9 +15,10 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="inline-input-group flex-align-items-center">
|
||||
<mat-slide-toggle color="primary" formControlName="forgotPasswordFunctionEnabled"></mat-slide-toggle>
|
||||
<span class="ml-8" translate="general-config-screen.general.form.forgot-password"></span>
|
||||
<div class="iqser-input-group">
|
||||
<mat-slide-toggle color="primary" formControlName="forgotPasswordFunctionEnabled"
|
||||
>{{ 'general-config-screen.general.form.forgot-password' | translate }}
|
||||
</mat-slide-toggle>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
|
||||
<div class="content-inner">
|
||||
<div class="content-container">
|
||||
<div class="dialog mb-8">
|
||||
<div class="dialog mb-0">
|
||||
<redaction-general-config-form></redaction-general-config-form>
|
||||
</div>
|
||||
<div class="dialog mt-16">
|
||||
<div class="dialog mt-24">
|
||||
<redaction-smtp-form></redaction-smtp-form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -10,20 +10,6 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
min-width: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.inline-input-group {
|
||||
background-color: rgba(variables.$grey-6, 0.8);
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
border-radius: 4px;
|
||||
padding: 1px 11px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.dialog {
|
||||
width: 100%;
|
||||
min-height: unset;
|
||||
|
||||
@ -41,7 +41,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mt-12 {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5d584893d7e3067e0abfd09d2fc6b567305e9b43
|
||||
Subproject commit f97305cab6b7942b8095762e674f233ced092bbd
|
||||
Loading…
x
Reference in New Issue
Block a user