Skip to content

Commit

Permalink
fix: login and password reset page font
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Jun 6, 2024
1 parent 8e03a21 commit 666baf7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,12 @@ body.cms-ui {
}

#page-login {
.ui.text.container,
.ui.form input[type='text'],
.ui.form input[type='password'] {
font-family: $font-family-sans-serif;
}

.help {
a {
color: $link-color;
Expand Down Expand Up @@ -703,6 +709,14 @@ body.cms-ui {
}
}

#page-password-reset {
&,
h1,
.ui.message .header {
font-family: $font-family-sans-serif;
}
}

.objectbrowser-field {
.selected-values {
.ui.label {
Expand Down

0 comments on commit 666baf7

Please sign in to comment.