2018-11-16 04:05:13 -05:00
|
|
|
#institution-hub {
|
|
|
|
.section_header {
|
|
|
|
.dropdown {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#usage {
|
|
|
|
.recent-activity {
|
|
|
|
.overbox {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
.hub-big-number,
|
|
|
|
.hub-number-label,
|
|
|
|
.worked-on {
|
2018-11-16 04:05:13 -05:00
|
|
|
display: block;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.hub-big-number {
|
|
|
|
padding-right: 10px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
.hub-number-label,
|
|
|
|
.worked-on {
|
2018-11-16 04:05:13 -05:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.hub-number-label {
|
|
|
|
&:nth-child(odd) {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.worked-on {
|
|
|
|
color: @text-small-color;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|