mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
16 lines
214 B
SCSS
16 lines
214 B
SCSS
.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;
|
|
}
|
|
}
|