How do you compactify?
/* compactify my profile buttons*/
widget-action-button div.root.action a.mdl-button.mdl-js-button.text-main {
height: 24px;
line-height: 24px;
}
/********************compactify***********************/
/*compactify "my home page" bar*/
div#page-title__wrapper {
padding-top: 2px !important;
padding-bottom: 2px !important;
min-height: 50px !important;
}
/*compactify homepage widgets - make all UI boxes closer together*/
.single-widget.ng-star-inserted { margin-bottom: 10px;}
/*compactify homepage channels widget*/
channels-content-wrapper.channels-content-wrapper-hide-info.channels-content-wrapper-cards-2 {
padding-top: 0px; /*top padding overall*/
}
channels-content-wrapper.channels-content-wrapper-hide-info.channels-content-wrapper-cards-2 div.ui-carousel-info.ui-color-typography-primary {
padding-bottom: 2px; /*between icon and "follow" on mobile*/
}
channels-content-wrapper.channels-content-wrapper-hide-info.channels-content-wrapper-cards-2 div.ui-carousel-items-wrapper {
padding-top: 4px; /*between cards and follow*/
}
ui-carousel.dcb-ui-carousel.ui-carousel.ng-star-inserted {
margin-top: 0px !important; /*between channels*/
}
ui-carousel div.ui-carousel-footer {
margin: 0px !important;
}
ui-carousel div.ui-carousel-items-wrapper {
padding-top: 4px !important;
}
/*not working - between cards horizontally
dcb-ui-carousel-item.ui-carousel-item.ng-star-inserted {
padding-left: 3px !important;
padding-right: 3px !important;
}*/
/* eliminate card white space!!! - not working
ui-card-content ul.ui-visually-hidden li.ng-star-inserted {
height: 30px !important;
}*/
/*compactify activity stream*/
activities-stream-item-enrollment.item.item-enrollment.wrapper-shadow div.root {
padding: 8px;}
activities-stream-item-enrollment.item.item-enrollment.wrapper-shadow div.root div.content div.header {
margin-bottom: 3px;}
activities-stream-item-enrollment.item.item-enrollment.wrapper-shadow div.root div.content div.header div.title-container div.title {
margin-bottom: 3px;}
activities-stream-item-enrollment.item.item-enrollment.wrapper-shadow {
margin-bottom: 8px;}
activities-stream-item-question.item.item-question.wrapper-shadow div.root {
padding: 8px;}
activities-stream-item-question.item.item-question.wrapper-shadow div.root div.content div.header {
margin-bottom: 3px;}
activities-stream-item-question.item.item-question.wrapper-shadow div.root div.content div.header div.title-container div.title {
margin-bottom: 3px;}
activities-stream-item-question.item.item-question.wrapper-shadow {
margin-bottom: 8px;}
activities-stream-item-asset.item.item-asset.wrapper-shadow div.root {
padding: 8px;}
activities-stream-item-asset.item.item-asset.wrapper-shadow div.root div.content div.header {
margin-bottom: 3px;}
activities-stream-item-asset.item.item-asset.wrapper-shadow div.root div.content div.header div.title-container div.title {
margin-bottom: 3px;}
activities-stream-item-asset.item.item-asset.wrapper-shadow {
margin-bottom: 8px;}
/*hide activity stream "e-learning" and "in-progress" text overlays*/
div.demo-card-image div.item-status-box.bolded.text-white.ng-star-inserted {
visibility: hidden;}
div.demo-card-image div.type-box.bolded.ng-star-inserted {
visibility: hidden;}
/********************sign-in page***********************/
/*compactify cookie popup*/
gdpr-policy-banner.bg-white.open {
padding-top: 5px;
padding-bottom: 5px;
opacity: 0.8;
}