mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
35 lines
639 B
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|