Skip to content

Commit

Permalink
EMMR-107 Correct invisible paragraph labels in recipe edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Dec 1, 2023
1 parent 0c70c23 commit a529a86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom/themes/emmr_lib_unb_ca/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,14 @@ div.form-item-field-recipe-date-to-value-max {
margin-bottom: 10px;
}

#node-emmr-recipe-edit-form {
h4.label {
font-size: 14px;
font-weight: 700;
color: #4a4a4a;
}
}

// Global Search Form
#edit-combine {
width: 360px;
Expand Down

0 comments on commit a529a86

Please sign in to comment.