mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 05:00:06 +02:00

* 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
54 lines
934 B
SCSS
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);
|
|
}
|
|
}
|
|
}
|