mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
42c3ffbca4
Publishers hub v2 GitOrigin-RevId: 532d7afde471a39ec2e63a045d40769c7c37d06f
41 lines
No EOL
731 B
Text
41 lines
No EOL
731 B
Text
#publisher-hub{
|
|
#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;
|
|
}
|
|
}
|
|
} |