Increase font size for lists
This commit is contained in:
parent
84e6fe361d
commit
3d3c7efa3e
5 changed files with 9 additions and 6 deletions
|
@ -69,12 +69,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.well-title {
|
.well-title {
|
||||||
font-size: 14px;
|
font-size: $list-font-size;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_title {
|
.row_title {
|
||||||
font-weight: 500;
|
|
||||||
color: #444;
|
color: #444;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #444;
|
color: #444;
|
||||||
|
|
|
@ -47,3 +47,8 @@ $deleted: #f77;
|
||||||
* NProgress customize
|
* NProgress customize
|
||||||
*/
|
*/
|
||||||
$nprogress-color: #c0392b;
|
$nprogress-color: #c0392b;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Font sizes
|
||||||
|
*/
|
||||||
|
$list-font-size: 15px;
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
*/
|
*/
|
||||||
li.commit {
|
li.commit {
|
||||||
.commit-row-title {
|
.commit-row-title {
|
||||||
font-size: 14px;
|
font-size: $list-font-size;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
|
||||||
.notes_count {
|
.notes_count {
|
||||||
|
@ -158,7 +158,6 @@ li.commit {
|
||||||
|
|
||||||
.commit-row-message {
|
.commit-row-message {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: 500;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
.issue-title {
|
.issue-title {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 14px;
|
font-size: $list-font-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
.issue-info {
|
.issue-info {
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
.merge-request-title {
|
.merge-request-title {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 14px;
|
font-size: $list-font-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
.merge-request-info {
|
.merge-request-info {
|
||||||
|
|
Loading…
Reference in a new issue