Files
Verso/services/web/frontend/stylesheets/app/publisher-hub.less
T
Antoine Clausse 11e410c9c0 Merge pull request #26163 from overleaf/revert-25745-ac-bs5-metrics-module
Revert "[web] Migrate metrics module Pug files to Bootstrap 5 (#25745)"

GitOrigin-RevId: b97eecc2232f56833391fb789902f9a85936c365
2025-06-05 08:06:16 +00:00

50 lines
847 B
Plaintext

#publisher-hub {
.recent-activity {
.hub-big-number {
text-align: right;
padding-right: 15px;
}
}
#templates-container {
width: 100%;
tr {
border: 1px solid @ol-blue-gray-0;
}
td {
padding: 15px;
}
td:last-child {
text-align: right;
}
.title-cell {
max-width: 300px;
}
.title-text {
font-weight: bold;
}
.hub-big-number {
width: 60%;
padding-right: 10px;
padding-top: 10px;
text-align: right;
}
.hub-number-label,
.since {
width: 35%;
float: right;
@media screen and (max-width: 940px) {
float: none;
}
}
.hub-long-big-number {
padding-right: 40px;
}
.created-on {
color: @gray-light;
font-style: italic;
font-size: 14px;
}
}
}