Commit def4d8b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve issue/mr title and description styles

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 1240a7e0
...@@ -66,4 +66,16 @@ ...@@ -66,4 +66,16 @@
color: $gl-text-color; color: $gl-text-color;
} }
} }
.issue-title {
margin: 0;
}
.description {
margin-top: 6px;
p:last-child {
margin-bottom: 0;
}
}
} }
...@@ -132,11 +132,6 @@ form.edit-issue { ...@@ -132,11 +132,6 @@ form.edit-issue {
} }
} }
h2.issue-title {
margin-top: 0;
font-weight: bold;
}
.issue-form .select2-container { .issue-form .select2-container {
width: 250px !important; width: 250px !important;
} }
...@@ -59,7 +59,7 @@ ul.notes { ...@@ -59,7 +59,7 @@ ul.notes {
margin-top: 1px; margin-top: 1px;
border: 1px solid #bbb; border: 1px solid #bbb;
background-color: transparent; background-color: transparent;
color: #999; color: $gl-gray;
} }
} }
...@@ -176,8 +176,7 @@ ul.notes { ...@@ -176,8 +176,7 @@ ul.notes {
a { a {
margin-left: 5px; margin-left: 5px;
color: $gl-gray;
color: #999;
i.fa { i.fa {
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