Final ui/public/styles LESS to SASS (#27510) (#28696)

This commit is contained in:
Caroline Horn 2019-01-14 13:53:10 -05:00 committed by GitHub
parent b74883907d
commit 6e4ae71663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
97 changed files with 1610 additions and 3238 deletions

View file

@ -20,13 +20,13 @@
<!-- Changing password -->
<div
ng-show="changePasswordController.isFormVisible"
class="kuiFormPanel mgtForm__panel"
class="mgtForm__panel"
>
<!-- Current password -->
<div class="kuiFormSection" ng-if="requireCurrentPassword">
<label
for="password"
class="kuiFormSubLabel mgtForm__subLabel"
class="mgtForm__subLabel"
i18n-id="xpack.security.management.changePasswordForm.currentPasswordLabel"
i18n-default-message="Current password"
></label>
@ -52,7 +52,7 @@
<div class="kuiFormSection">
<label
for="newPassword"
class="kuiFormSubLabel mgtForm__subLabel"
class="mgtForm__subLabel"
i18n-id="xpack.security.management.changePasswordForm.newPasswordLabel"
i18n-default-message="New password"
></label>
@ -79,9 +79,9 @@
<div class="kuiFormSection">
<label
for="confirmPassword"
class="kuiFormSubLabel mgtForm__subLabel"
class="mgtForm__subLabel"
i18n-id="xpack.security.management.changePasswordForm.confirmPasswordLabel"
i18n-default-message="Confirm password"
i18n-default-message="Confirm password"
></label>
<input
type="password"
@ -108,7 +108,7 @@
<span
i18n-id="xpack.security.management.changePasswordForm.updateAndRestartKibanaDescription"
i18n-default-message="After you change the password for the kibana user, you must update the kibana.yml file and restart Kibana"
></span>
></span>
</div>
</div>

View file

@ -8,10 +8,14 @@ $securityFormWidth: 460px;
// Management styles
.mgtForm__panel {
border: $euiBorderThin;
padding: $euiSizeM;
max-width: $securityFormWidth;
.mgtForm__subLabel {
margin-bottom: $euiSizeS;
display: block;
font-weight: $euiFontWeightRegular;
}
}
@ -39,4 +43,4 @@ $securityFormWidth: 460px;
margin-left: auto;
margin-right: auto;
flex-grow: 0;
}
}