Skip to content

Commit

Permalink
src/themes/cgspace: minor adjustments to submission form
Browse files Browse the repository at this point in the history
Minor adjustments to vertical whitespace on submission form. Decrease
padding on "Add more" links and increase bottom margin between form
group rows.
  • Loading branch information
alanorth committed Jan 26, 2024
1 parent 638fe19 commit 7f6b860
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/themes/cgspace/styles/_global-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@ a.page-link {
}
}

// Reduce vertical padding on "Add more" buttons on submission form
ds-dynamic-form-array .ds-form-add-more {
padding-top: 0;
padding-bottom: 0;
}

// Increase bottom margin of form rows on submission form
ds-dynamic-form-group .form-row {
margin-bottom: .5rem;
}

.list-group-item.active {
background-color: $brand-primary;
border-color: $brand-primary;
Expand Down

0 comments on commit 7f6b860

Please sign in to comment.