mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
18 lines
227 B
SCSS
18 lines
227 B
SCSS
.section-jira {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.section-jira-table {
|
|
font-size: 1rem;
|
|
width: auto !important;
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.section-jira-icon {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|