Skip to content

Commit

Permalink
Merge branch 'main' into 152-licence-licence-not-specified
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Souhei authored Sep 4, 2024
2 parents f693bb9 + 474790f commit b454f18
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,28 @@
.stages li {
background-color: var(--primary10);
}

/* misc */
/* dataset creation / 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);
}

.licence-space {
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
margin: 0;
font-size: 14px;
}
}

0 comments on commit b454f18

Please sign in to comment.