diff --git a/app/assets/stylesheets/unc_custom.css.scss b/app/assets/stylesheets/unc_custom.css.scss index a9f99f7f6..4b1e6887d 100644 --- a/app/assets/stylesheets/unc_custom.css.scss +++ b/app/assets/stylesheets/unc_custom.css.scss @@ -482,6 +482,21 @@ div.unc-modal { } } +.facet-limit-active { + .card-header { + button { + color: white; + } + } + .facet-label .remove { + margin: 0; + } + + .facet-values li .selected { + color: black !important; + } +} + /* Fixes https://github.com/samvera/hyrax/blob/f14958e665535be2696dc1cdf9e205d6fc54e668/app/assets/stylesheets/hyrax/_card.scss#L5 Resets it to the default Bootstrap card margins */ @@ -1013,6 +1028,31 @@ Hide it entirely until the issue is resolved upstreeam font-weight: bold; } +#form-progress { + .card-footer { + padding: 5px; + text-align: center; + + .checkbox { + label { + margin-bottom: 0; + } + } + + label { + width: 100%; + } + + #agreement { + margin-right: 5px; + } + + a { + font-weight: bold; + } + } +} + /* Responsive Hyrax override */ @media only screen and (min-width: 768px) { diff --git a/app/views/hyrax/base/_form_progress.html.erb b/app/views/hyrax/base/_form_progress.html.erb index a26e83cc7..87518003c 100644 --- a/app/views/hyrax/base/_form_progress.html.erb +++ b/app/views/hyrax/base/_form_progress.html.erb @@ -1,5 +1,5 @@ <%# [hyc-override] https://github.com/samvera/hyrax/tree/hyrax-v4.0.0/app/views/hyrax/base/_form_progress.html.erb %> -<%# [hyc-override] Overriding partial from gem to switch ordering of form completion requirements %> +<%# [hyc-override] Switch ordering of form completion requirements. Change agreement checkbox %>