UNPKG

bulib-wc

Version:

collection of web components and styles used at Boston University Libraries

21 lines (17 loc) 676 B
/* hide the breadcrumbs (not using the libcal landing page) */ #s-lc-public-bc { display: none; } /* make the secondary footer go to the full page width */ #s-lc-public-footer { padding-top: 15px; padding-bottom: 15px; width: 100vw; left: 50%; margin-left: -50vw; right: 50%; margin-right: -50vw; position: relative; background-color: var(--color-secondary-background, #f5f5f5); margin-top: auto; /* move footer to the bottom of the viewport */ } /* move footer to the bottom of the viewport */ #s-lc-public-cust-footer { margin-top: auto; } /* pre-existing styles to hide parts */ #s-lc-rm-groupdd { display: none;} #s-lc-rm-capacity-cont { display: none;}