Skip to content

Commit

Permalink
Updates to font sizes (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: toavina <toavina@fjelltopp.org>
  • Loading branch information
A-Souhei and toavina authored Sep 4, 2024
1 parent c811f2f commit 474790f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,19 @@
background-color: var(--primary10);
}
/* misc */

/* dataset creatrion / update styles */
.form-group .form-label {
font-size: 16px;
}

.scheming-repeating-subfields-group .form-group .form-label {
font-size: 14px;

}
.scheming-repeating-subfields-group header.panel-heading,
.scheming-repeating-subfields-group .fields-removed-notice {
font-size: 14px;
color: var(--A11y);
}

0 comments on commit 474790f

Please sign in to comment.