overleaf/services/web/public/stylesheets/app/institution-hub.less
Hugh O'Brien b3a957b8d8 Merge pull request #1141 from sharelatex/hb-v2-institutional-hub
v2 Institutional Hub

GitOrigin-RevId: ff01ccf659a2369284a22deb79ca45433ca1a2e8
2018-11-16 09:19:06 +00:00

35 lines
639 B
Text

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