Commit 3d3c7efa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increase font size for lists

parent 84e6fe36
......@@ -69,12 +69,11 @@
}
.well-title {
font-size: 14px;
font-size: $list-font-size;
line-height: 18px;
}
.row_title {
font-weight: 500;
color: #444;
&:hover {
color: #444;
......
......@@ -47,3 +47,8 @@ $deleted: #f77;
* NProgress customize
*/
$nprogress-color: #c0392b;
/**
* Font sizes
*/
$list-font-size: 15px;
......@@ -139,7 +139,7 @@
*/
li.commit {
.commit-row-title {
font-size: 14px;
font-size: $list-font-size;
margin-bottom: 2px;
.notes_count {
......@@ -158,7 +158,6 @@ li.commit {
.commit-row-message {
color: #333;
font-weight: 500;
&:hover {
color: #444;
text-decoration: underline;
......
......@@ -5,7 +5,7 @@
.issue-title {
margin-bottom: 5px;
font-size: 14px;
font-size: $list-font-size;
}
.issue-info {
......
......@@ -88,7 +88,7 @@
.merge-request-title {
margin-bottom: 5px;
font-size: 14px;
font-size: $list-font-size;
}
.merge-request-info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment