Skip to content

Commit 26977f9

Browse files
committed
Further style tweaks.
1 parent b71387b commit 26977f9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
<!-- DATASHARE - start -->
99
<span class="my-2 pr-2">&nbsp;</span>
1010
<!-- DATASHARE - end S-->
11-
<span class="badge badge-pill badge-secondary align-self-center">{{object.count}}</span>
11+
<span class="badge badge-info badge-secondary align-self-center">{{object.count}}</span>
1212
</div>

src/themes/datashare/styles/_global-styles.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,14 @@ ds-item-page-abstract-field .simple-view-element-body .dont-break-out {
443443
.badge {
444444
/* top and bottom | left and right */
445445
margin: 1rem 0rem !important;
446-
}
446+
}
447+
448+
label {
449+
font-weight: bold !important;
450+
}
451+
452+
legend {
453+
font-weight: bold !important;
454+
}
447455

448456
// DATASHARE - end

0 commit comments

Comments
 (0)