fix: adjust margins and display properties for form elements
This commit is contained in:
@@ -430,6 +430,10 @@
|
|||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kcFormSettingClass #kc-form-buttons {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.kcFormSettingClass {
|
.kcFormSettingClass {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -450,11 +454,21 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#kc-form-options .checkbox label span {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.kcFormOptionsClass,
|
.kcFormOptionsClass,
|
||||||
#kc-info {
|
#kc-info {
|
||||||
border-top: 1px solid var(--color-border);
|
border-top: 1px solid var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kcFormSettingClass .kcFormOptionsClass {
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#kc-info {
|
#kc-info {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
@@ -537,6 +551,9 @@
|
|||||||
|
|
||||||
#kc-registration a,
|
#kc-registration a,
|
||||||
.kcFormOptionsWrapperClass a {
|
.kcFormOptionsWrapperClass a {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 1;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
@@ -546,6 +563,10 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kcFormSettingClass .kcFormOptionsWrapperClass {
|
||||||
|
min-height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#kc-current-locale-link::after {
|
#kc-current-locale-link::after {
|
||||||
content: "";
|
content: "";
|
||||||
width: 0.4rem;
|
width: 0.4rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user