mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
38 lines
657 B
Text
38 lines
657 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;
|
|
}
|
|
}
|
|
}
|
|
}
|