1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00
documize/gui/app/styles/core/section/papertrail.scss

17 lines
214 B
SCSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
.section-papertrail-table {
font-size: 12px;
width: 90% important;
th {
font-size: 1rem;
}
td:nth-child(2) {
font-variant: small-caps;
}
a:hover {
text-decoration: underline;
}
}