Skip to content

Commit

Permalink
Reduce header size in dashboard app form
Browse files Browse the repository at this point in the history
See DOAJ/doajPM#3519
  • Loading branch information
sssoz committed Nov 29, 2023
1 parent e4ea2b5 commit f29137c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cms/sass/themes/_editorial-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
.form__legend {
margin: 0;
width: 100%;
@include typescale-06;

div {
margin: 0 (-$spacing-04) $spacing-04 (-$spacing-04);
padding: $spacing-04;
padding: $spacing-02;
border-radius: $spacing-02 $spacing-02 0 0;
background: $warm-black;
background: $dark-grey;
color: $white;
text-align: center;
}

+ .form__header,
Expand Down

0 comments on commit f29137c

Please sign in to comment.