10 lines
270 B
SCSS
10 lines
270 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
.plugin-show-table th {
|
||
|
text-align: right;
|
||
|
min-width: 5em;
|
||
|
}
|
||
|
|
||
|
table.courses-index h3, .search-widget h3, .projects-index h3, .writing-conferences-index h3, .journal-papers-index h3, .researchs-index h3, .survey-index h3 {
|
||
|
@extend .unity-title;
|
||
|
}
|