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