overleaf-cep/services/web/frontend/stylesheets/bootstrap-5/modules/metrics/institution-hub.scss
Antoine Clausse ab19b01d43 [web] Migrate metrics module Pug files to Bootstrap 5 (2) (#26199)
* Reapply "[web] Migrate metrics module Pug files to Bootstrap 5 (#25745)"

This reverts commit 0962383998f29313cc1fa33b98255a38896738a0.

* Remove foot-scripts from metricsApp.pug

* Fix loading-overlay position

* Hide carets on print display

* Fix Dropdown

* Fix Tooltips

GitOrigin-RevId: 754d9a004f7b476578ee20565203aef98b08bbf4
2025-06-12 08:05:16 +00:00

54 lines
934 B
SCSS

#institution-hub {
.section-header {
.dropdown {
margin-right: var(--spacing-04);
}
}
#usage {
.recent-activity {
.overbox {
@include body-base;
}
.hub-big-number,
.hub-number-label,
.worked-on {
display: block;
width: 50%;
}
.hub-big-number {
padding-right: var(--spacing-04);
text-align: right;
}
.hub-number-label,
.worked-on {
float: right;
}
.hub-number-label {
&:nth-child(odd) {
margin-top: var(--spacing-06);
}
}
.worked-on {
color: var(--content-secondary);
font-style: italic;
}
}
}
.overbox {
margin: 0;
padding: var(--spacing-10) var(--spacing-07);
background: var(--white);
border: 1px solid var(--content-disabled);
&.overbox-small {
padding: var(--spacing-04);
}
}
}