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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue