Commit 6d651a02 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increase use of variables in css

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 1d6a65a2
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
&.light { &.light {
a { a {
color: #777; color: $gl-gray;
} }
} }
} }
......
...@@ -376,7 +376,7 @@ table { ...@@ -376,7 +376,7 @@ table {
list-style: none; list-style: none;
text-align: center; text-align: center;
margin-top: 5px; margin-top: 5px;
margin-bottom: 19px; margin-bottom: 18px;
height: 60px; height: 60px;
margin-top: -18px; margin-top: -18px;
padding-top: 18px; padding-top: 18px;
......
...@@ -109,3 +109,17 @@ ul.bordered-list { ...@@ -109,3 +109,17 @@ ul.bordered-list {
li.task-list-item { li.task-list-item {
list-style-type: none; list-style-type: none;
} }
ul.content-list {
@include basic-list;
margin: 0;
padding: 0;
li {
padding: 18px;
border-color: #f1f2f4;
margin: 0 -18px;
}
}
...@@ -52,7 +52,7 @@ li.commit { ...@@ -52,7 +52,7 @@ li.commit {
} }
.commit-row-message { .commit-row-message {
color: #444; color: $gl-link-color;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
...@@ -88,12 +88,12 @@ li.commit { ...@@ -88,12 +88,12 @@ li.commit {
} }
.commit-row-info { .commit-row-info {
color: #777; color: $gl-gray;
line-height: 24px; line-height: 24px;
font-size: 13px; font-size: 13px;
a { a {
color: #777; color: $gl-gray;
} }
.committed_ago { .committed_ago {
......
...@@ -14,6 +14,14 @@ ...@@ -14,6 +14,14 @@
position: relative; position: relative;
top: -2px; top: -2px;
} }
.event-title {
line-height: 44px;
}
.event-item-timestamp {
line-height: 44px;
}
} }
a { a {
......
...@@ -184,7 +184,7 @@ ul.nav.nav-projects-tabs { ...@@ -184,7 +184,7 @@ ul.nav.nav-projects-tabs {
.breadcrumb.repo-breadcrumb { .breadcrumb.repo-breadcrumb {
padding: 0; padding: 0;
line-height: 34px; line-height: 42px;
background: white; background: white;
border: none; border: none;
font-size: 16px; font-size: 16px;
......
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